Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 5, 2024
1 parent aa4c24b commit 1d095ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,12 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
if: github.event_name != 'workflow_dispatch'
- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/student-mobility-inteken-ontvanger-generiek-${{ steps.versioncheck.outputs.version }}.jar
asset_name: student-mobility-inteken-ontvanger-generiek-${{ steps.versioncheck.outputs.version }}.jar
asset_content_type: application/java-archive

0 comments on commit 1d095ac

Please sign in to comment.