Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TBG1000 committed Jul 21, 2024
1 parent 8a29e15 commit b3f9dd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./MatchBot-1.0.0-SNAPSHOT.jar
asset_name: MatchBot-1.0.0-SNAPSHOT.jar
asset_content_type: application/java-archive
tag: MatchBot-${{ github.sha }}
tag_name: MatchBot-${{ github.sha }}
release_name: Release MatchBot-${{ github.sha }}
draft: false
prerelease: false
files: ./MatchBot-1.0.0-SNAPSHOT.jar
make_latest: true

0 comments on commit b3f9dd5

Please sign in to comment.