Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgqy committed Jan 25, 2024
1 parent 4f455b5 commit ce7df75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
- run: gradle create_run_jar
- run: cp build/libs/AozoraEpub3.jar out/
- run: cp -r lib/LICENSE out/
- run: tar -zcf "AozoraEpub3-$PKG_VER.tgz" -C out/ .
- run: tar -zcf "AozoraEpub3.tgz" -C out/ .
- uses: actions/upload-artifact@v4
with:
name: ${{ env.PKG_VER }}
path: AozoraEpub3.tgz

0 comments on commit ce7df75

Please sign in to comment.