Skip to content

Commit

Permalink
workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
g4ixt committed Feb 8, 2025
1 parent 1434e0d commit 017103f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build_linux.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: macOS Build

on:
push:
branches: [ development ]
workflow_dispatch:
inputs:
tags:
description: 'macOS latest'

jobs:
pyinstaller-build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: openSUSE Linux Build
name: Windows Build

on:
workflow_dispatch:
inputs:
tags:
description: 'openSUSE latest'
description: 'windows latest'

jobs:
pyinstaller-build:
runs-on: opensuse-latest
runs-on: windows-latest
steps:
- name: Create executable
uses: sayyid5416/[email protected]
Expand All @@ -18,4 +18,4 @@ jobs:
spec: 'src/QtTinySA.spec'
requirements: 'src/requirements.txt'
exe_path: './dist'
upload_exe_with_name: 'QtTinySA'
upload_exe_with_name: 'QtTinySA_win'

0 comments on commit 017103f

Please sign in to comment.