Skip to content

Commit

Permalink
reee
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 13, 2023
1 parent a53df59 commit 314a73b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -55,5 +47,6 @@ jobs:
dist/torf-gui-macOS.zip
dist/torf-gui-win64.exe
permissions:
contents: write

0 comments on commit 314a73b

Please sign in to comment.