Skip to content

Commit

Permalink
Fix GitHub Releases requires a tag error in release step, with than…
Browse files Browse the repository at this point in the history
  • Loading branch information
volkertb committed Jun 4, 2023
1 parent 17b2219 commit 391f94d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/01-hello-world.yml
Expand Up @@ -56,5 +56,8 @@ jobs:
7z a $GITHUB_WORKSPACE/SBEMU-FD13-USB.7z SBEMU-FD13-USB.img -mx9
- name: Release FreeDOS SBEMU USB image
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: $GITHUB_WORKSPACE/SBEMU-FD13-USB.7z

0 comments on commit 391f94d

Please sign in to comment.