build: disable mac b/c issues #2

This commit is contained in:
aerinon
2024-05-14 14:23:09 -06:00
parent 34b14ae157
commit 7bb3760ec6

View File

@@ -27,7 +27,7 @@ jobs:
# os & python versions # os & python versions
strategy: strategy:
matrix: matrix:
os-name: [ ubuntu-latest, ubuntu-20.04, macOS-latest, windows-latest ] os-name: [ ubuntu-latest, ubuntu-20.04, windows-latest ]
python-version: [ 3.9 ] python-version: [ 3.9 ]
# needs: [ install-test ] # needs: [ install-test ]
steps: steps:
@@ -242,11 +242,11 @@ jobs:
name: archive-ubuntu-latest name: archive-ubuntu-latest
path: ${{ steps.parentDir.outputs.value }}/deploy/linux path: ${{ steps.parentDir.outputs.value }}/deploy/linux
# download macos archive artifact # download macos archive artifact
- name: Download MacOS Archive Artifact # - name: Download MacOS Archive Artifact
uses: actions/download-artifact@v3 # uses: actions/download-artifact@v3
with: # with:
name: archive-macOS-latest # name: archive-macOS-latest
path: ${{ steps.parentDir.outputs.value }}/deploy/macos # path: ${{ steps.parentDir.outputs.value }}/deploy/macos
# download windows archive artifact # download windows archive artifact
- name: Download Windows Archive Artifact - name: Download Windows Archive Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
@@ -292,17 +292,17 @@ jobs:
asset_content_type: application/gzip asset_content_type: application/gzip
if: contains(github.ref, 'master') || contains(github.ref, 'stable') || contains(github.ref, 'dev') || contains(github.ref, 'DoorRelease') if: contains(github.ref, 'master') || contains(github.ref, 'stable') || contains(github.ref, 'dev') || contains(github.ref, 'DoorRelease')
# upload macos archive asset # upload macos archive asset
- name: Upload MacOS Archive Asset # - name: Upload MacOS Archive Asset
id: upload-macos-asset # id: upload-macos-asset
uses: actions/upload-release-asset@v1.0.2 # uses: actions/upload-release-asset@v1.0.2
env: # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: # with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ../deploy/macos/ALttPDoorRandomizer.tar.gz # asset_path: ../deploy/macos/ALttPDoorRandomizer.tar.gz
asset_name: ALttPDoorRandomizer-${{ steps.debug_info.outputs.github_tag }}-osx.tar.gz # asset_name: ALttPDoorRandomizer-${{ steps.debug_info.outputs.github_tag }}-osx.tar.gz
asset_content_type: application/gzip # asset_content_type: application/gzip
if: contains(github.ref, 'master') || contains(github.ref, 'stable') || contains(github.ref, 'dev') || contains(github.ref, 'DoorRelease') # if: contains(github.ref, 'master') || contains(github.ref, 'stable') || contains(github.ref, 'dev') || contains(github.ref, 'DoorRelease')
# upload windows archive asset # upload windows archive asset
- name: Upload Windows Archive Asset - name: Upload Windows Archive Asset
id: upload-windows-asset id: upload-windows-asset