Skip to content

Commit

Permalink
nightly upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 1, 2024
1 parent 4e5219c commit c0b3d17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
continue-on-error: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/JGNN.jar
asset_name: your-app.jar
asset_path: ./JGNN/target/JGNN.jar
asset_name: JGNN v1.3.${{ github.run_number }}-nightly.jar
asset_content_type: application/java-archive

0 comments on commit c0b3d17

Please sign in to comment.