Skip to content

Commit

Permalink
Update release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Feb 28, 2024
1 parent 843dab1 commit 0d18823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Make Release
uses: ncipollo/release-action@v1
with:
artifacts: "simulation/target/gcm-simulation-${{ env.version }}*.jar"
artifacts: "simulation/target/simulation-${{ env.version }}*.jar"
prerelease: ${{ endsWith(env.version, 'SNAPSHOT') || contains(env.version, '-RC') }}
name: "v${{ env.version }}"
tag: "v${{ env.version }}"
Expand Down

0 comments on commit 0d18823

Please sign in to comment.