Skip to content

Commit b3f9dd5

Browse files
committed
Update main.yml
1 parent 8a29e15 commit b3f9dd5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
51-
upload_url: ${{ steps.create_release.outputs.upload_url }}
52-
asset_path: ./MatchBot-1.0.0-SNAPSHOT.jar
53-
asset_name: MatchBot-1.0.0-SNAPSHOT.jar
54-
asset_content_type: application/java-archive
55-
tag: MatchBot-${{ github.sha }}
51+
tag_name: MatchBot-${{ github.sha }}
52+
release_name: Release MatchBot-${{ github.sha }}
53+
draft: false
54+
prerelease: false
55+
files: ./MatchBot-1.0.0-SNAPSHOT.jar
56+
make_latest: true

0 commit comments

Comments
 (0)