Skip to content

Commit

Permalink
ci: Fix artifact names to include them in the continuous release
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 24, 2024
1 parent 0b5d06b commit 4d0c7ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
prerelease: true
title: "Continuous Build"
files: |
./checksum.txt
./media/*.dmg
./media/*.sh
./media/*.exe
./serverpackcreator-app/build/libs/ServerPackCreator-dev.jar
./serverpackcreator-plugin-example/build/libs/ServerPackCreator-dev-Example-Plugin.jar
./serverpackcreator-app/build/libs/serverpackcreator-dev.jar
./serverpackcreator-plugin-example/build/libs/serverpackcreator-plugin-example-dev.jar

0 comments on commit 4d0c7ae

Please sign in to comment.