Skip to content

Commit

Permalink
Added upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAndoerfer committed Feb 20, 2024
1 parent 731181b commit 1445022
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,19 @@ jobs:
run: ls -R

- name: Create Release
id: create-new-release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v0.${{ github.run_number }}.0
release_name: v0.${{ github.run_number }}.0

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.output.upload_url }}
asset_path: ./dotnetbomcleaner
asset_name: dotnetbomcleaner

0 comments on commit 1445022

Please sign in to comment.