Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Dec 30, 2023
1 parent 9591675 commit 69f5948
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
- name: Run NSIS
run: makensis -V3 poker\DeepMindPokerbot.nsi


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

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -62,9 +65,6 @@ jobs:
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 69f5948

Please sign in to comment.