Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Jan 8, 2025
1 parent a3d7525 commit 262c84f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
with:
name: badpackets-${{ steps.vars.outputs.git_hash }}
path: "./platform/*/build/libs/**.jar"
- uses: alexellis/upload-assets@259de5111cb56966d046ced998941e93f91d2c93
- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: |
[
"./platform/*/build/libs/*[0-9.].jar",
"./platform/*/build/libs/*[0-9.]-api.jar"
]
tag_name: ${{ steps.vars.outputs.version }}
files: |
./platform/*/build/libs/*[0-9.].jar
./platform/*/build/libs/*[0-9.]-api.jar

0 comments on commit 262c84f

Please sign in to comment.