From 314a73b628aaeb514ec4cbcd2c6eb379dfce77ae Mon Sep 17 00:00:00 2001 From: SavageCore Date: Wed, 13 Sep 2023 22:17:42 +0100 Subject: [PATCH] reee --- .github/workflows/release.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 372f549..9b5d992 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,8 @@ on: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: - build: - name: Build packages + build_and_release: + name: Build packages and release runs-on: ${{ matrix.os }} strategy: matrix: @@ -37,14 +37,6 @@ jobs: pip install -r requirements.txt - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - - createrelease: - name: Create Release - needs: build - runs-on: [ubuntu-latest] - steps: - - name: Debug - List files - run: ls -la - name: Create Release uses: softprops/action-gh-release@v1 with: @@ -55,5 +47,6 @@ jobs: dist/torf-gui-macOS.zip dist/torf-gui-win64.exe + permissions: contents: write \ No newline at end of file