Skip to content

Commit

Permalink
Changed automatic release method
Browse files Browse the repository at this point in the history
  • Loading branch information
uoy-jb2501 committed Mar 31, 2022
1 parent dbff1ed commit fadcd6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: |
cd desktop/build/libs
mv desktop-1.0.jar "pirategame-mario_shard-$TAG.jar"
ls
env:
TAG: ${{ steps.get_version.outputs.VERSION }}
- name: Automatically release
uses: marvinpinto/action-[email protected]
uses: softprops/action-[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
desktop/build/libs/*.jar
fail_on_unmatched_files: true
files: |
desktop/build/libs/*.jar

0 comments on commit fadcd6c

Please sign in to comment.