Skip to content

Commit

Permalink
Fix the .jar upload path
Browse files Browse the repository at this point in the history
Now that we are specifying a version string, the jar is called
VisualSoar-version.jar.
  • Loading branch information
garfieldnate committed Aug 16, 2024
1 parent 4a4fcd1 commit 99b70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
with:
name: image-and-jar-${{ matrix.os }}
path: |
build/libs/VisualSoar.jar
build/libs/*.jar
build/image.zip

0 comments on commit 99b70fa

Please sign in to comment.