From 4beea88fcb803c4ae87b7048f8d647f3dc025d63 Mon Sep 17 00:00:00 2001 From: Nicolas Dickreuter Date: Sun, 7 Jan 2024 23:23:56 +0000 Subject: [PATCH] release fix --- .github/workflows/{windows-build.yml => release.yml} | 5 +---- .github/workflows/website.yml | 2 +- .gitignore | 6 +++++- 3 files changed, 7 insertions(+), 6 deletions(-) rename .github/workflows/{windows-build.yml => release.yml} (95%) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/release.yml similarity index 95% rename from .github/workflows/windows-build.yml rename to .github/workflows/release.yml index 6daf001b..b0a44d1b 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Windows Build +name: Binary Release on: push: @@ -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 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f586374d..483d9ad8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,4 +1,4 @@ -name: Build and Deploy +name: Update Website on: push: diff --git a/.gitignore b/.gitignore index df500a7e..c7f62dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -228,4 +228,8 @@ Poker.code-workspace *.png*.dmg *.autosave *.code-workspace -*.png \ No newline at end of file +*.png +*.ini +*.sh +*.spec +*.ipynb \ No newline at end of file