Skip to content

Commit

Permalink
Working on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Schnaufer committed Jul 23, 2024
1 parent 5e7a235 commit 5f4f35f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Build with Maven
run: cd "Sanimal FX" && mvn -U compile package && mv target/SanimalFX-1.0-SNAPSHOT-jar-with-dependencies.jar ../sparcd-${{ matrix.platform }}.jar

- name: Print the platform
run: echo "${{ matrix.platform }}"

- name: set date env var
if: "${{ matrix.platform }}" != "windows-latest"
run: echo "NOW=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
Expand Down

0 comments on commit 5f4f35f

Please sign in to comment.