mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Merge 550b3c794a into 917fee939f
This commit is contained in:
commit
8b03d3b973
1 changed files with 6 additions and 0 deletions
6
.github/workflows/draft.yml
vendored
6
.github/workflows/draft.yml
vendored
|
|
@ -235,7 +235,12 @@ jobs:
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git tag --force nightly && git push --force origin tag nightly
|
git tag --force nightly && git push --force origin tag nightly
|
||||||
|
|
||||||
|
- name: "Checksum"
|
||||||
|
shell: bash
|
||||||
|
run: "for f in yazi-*.{zip,snap} ; do sha256sum $f > $f.sha256 ; done"
|
||||||
- name: Nightly
|
- name: Nightly
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
|
|
@ -243,6 +248,7 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
yazi-*.zip
|
yazi-*.zip
|
||||||
yazi-*.snap
|
yazi-*.snap
|
||||||
|
yazi-*.{zip,snap}.sha256
|
||||||
name: Nightly Build
|
name: Nightly Build
|
||||||
body: ${{ env.NIGHTLY_BODY }}
|
body: ${{ env.NIGHTLY_BODY }}
|
||||||
target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue