Skip to content

Commit

Permalink
fixup! ci: Add nightly build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed May 20, 2024
1 parent 6c963f3 commit 32290b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: nsis
path: nsis\windows-chewing-tsf.exe
name: nsis
retention-days: 1
upload:
name: Update Nightly Release
permissions:
contents: write
runs-on: ubuntu-latest
Expand All @@ -106,6 +107,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: nsis
- name: Compute Checksum
run: |
cd nsis
sha256sum windows-chewing-tsf.exe > SHA256SUMS.txt
- name: Update nightly release
uses: andelf/nightly-release@main
env:
Expand All @@ -117,4 +122,5 @@ jobs:
body: |
This is a nightly build of Windows Chewing TSF.
files: |
nsis/windows-chewing-tsf.exe
./nsis/SHA256SUMS.txt
./nsis/windows-chewing-tsf.exe

0 comments on commit 32290b3

Please sign in to comment.