Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 7, 2024
1 parent c37c640 commit 4beea88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Build
name: Binary Release

on:
push:
Expand Down Expand Up @@ -50,9 +50,6 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy
name: Update Website

on:
push:
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,8 @@ Poker.code-workspace
*.png*.dmg
*.autosave
*.code-workspace
*.png
*.png
*.ini
*.sh
*.spec
*.ipynb

0 comments on commit 4beea88

Please sign in to comment.