Skip to content

Commit

Permalink
please work please work please work please work please work please wo…
Browse files Browse the repository at this point in the history
…rk please work please work please work please work please work please work
  • Loading branch information
Gcat101 committed Jan 19, 2023
1 parent 63b67de commit be53cde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- run: ./gradlew build
- run: echo "VERSION=$(ls build/libs | cut -d "-" -f 2- | cut -d "." -f 1)" >> $GITHUB_ENV
- run: echo "FILE=$(ls build/libs)" >> $GITHUB_ENV

- uses: actions/create-release@v1
env:
Expand All @@ -32,8 +33,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${ls build/libs}
asset_name: ${ls build/libs}
asset_path: ${{ env.FILE }}
asset_name: ${{ env.FILE }}
asset_content_type: application/java-archive

- uses: eregon/publish-release@v1
Expand Down

0 comments on commit be53cde

Please sign in to comment.