Skip to content

Commit

Permalink
Merge pull request #107 from CulverLab/fix-actions
Browse files Browse the repository at this point in the history
Fixing JAR name in GitHub actions
  • Loading branch information
Chris-Schnaufer authored Sep 4, 2024
2 parents 631ff5e + 2ee2580 commit e1739e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- platform: windows-latest
jar_file_name: sparcd-windows-latest.jar
- platform: macos-latest
jar_file_name: macos-latest.jar
jar_file_name: sparcd-macos-latest.jar
- platform: macos-14
jar_file_name: sparcd-AppleSilicon.jar
extra_maven_flags: -Denv=AppleSilicon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- platform: windows-latest
jar_file_name: sparcd-windows-latest.jar
- platform: macos-latest
jar_file_name: macos-latest.jar
jar_file_name: sparcd-macos-latest.jar
- platform: macos-14
jar_file_name: sparcd-AppleSilicon.jar
extra_maven_flags: -Denv=AppleSilicon
Expand Down

0 comments on commit e1739e4

Please sign in to comment.