Skip to content

Commit

Permalink
add auto tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Dec 30, 2023
1 parent b491ad4 commit 9591675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false


- name: Create Tag
run: git tag my-app-${{ github.run_number }}

- name: Upload Executable to Release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 9591675

Please sign in to comment.