Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed May 5, 2024
1 parent 58c8749 commit e4175c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
# macOS build (ARM64)
#
build-mac-arm:
if: false
runs-on: macos-latest
name: '🍎 macOS (ARM64)'
steps:
Expand Down Expand Up @@ -171,6 +170,7 @@ jobs:
# macOS build (Intel)
#
build-mac-intel:
if: false
runs-on: macos-14-large
name: '🍎 macOS (Intel)'
steps:
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
needs:
- build-linux
- build-mac-arm
- build-mac-intel
#- build-mac-intel
- build-windows
runs-on: ubuntu-latest
steps:
Expand All @@ -441,6 +441,6 @@ jobs:
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-macOS-Arm64.dmg
./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-macOS-Intel.dmg
#./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-macOS-Intel.dmg
./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-Windows.exe
./pyuploadtool-x86_64.AppImage **/${{env.EXECUTABLE}}-${{env.VERSION}}-Windows.zip

0 comments on commit e4175c3

Please sign in to comment.