Skip to content

Commit

Permalink
env outputs to address actions warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 1, 2024
1 parent 18cb665 commit 09c4d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.upload_url }}
asset_path: JGNN/target/*.jar
asset_name: JGNN-nightly.jar
asset_path: ./JGNN/target/JGNN-nightly.jar
asset_name: JGNN v1.3.${{ github.run_number }}-nightly.jar
asset_content_type: application/java-archive
continue-on-error: false

0 comments on commit 09c4d7f

Please sign in to comment.