Skip to content

Commit

Permalink
ci: Add checksum for continous release
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 24, 2024
1 parent 3d06b76 commit ea379ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ jobs:
./gradlew build --info --full-stacktrace
./gradlew media --info --full-stacktrace
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
media/*.dmg
media/*.sh
media/*.exe
serverpackcreator-app/build/libs/serverpackcreator-app-dev.jar
serverpackcreator-plugin-example/build/libs/serverpackcreator-plugin-example-dev.jar
- name: Upload to GitHub Releases
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -49,6 +59,7 @@ jobs:
prerelease: true
title: "Continuous Build"
files: |
./checksum.txt
./media/*.dmg
./media/*.sh
./media/*.exe
Expand Down

0 comments on commit ea379ea

Please sign in to comment.