Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Oct 7, 2024
1 parent 7f915e9 commit 38797c5
Showing 1 changed file with 32 additions and 33 deletions.
65 changes: 32 additions & 33 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,37 +38,37 @@ jobs:
tag: ${{ inputs.tag }}
os: linux

# build-macos-x86_64:
# permissions:
# id-token: write
# contents: write
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# ref: ${{ inputs.sha }}
# - name: Build and Upload for macOS x86_64
# uses: ./.github/actions/artifacts/build-pc-artifacts
# with:
# tag: ${{ inputs.tag }}
# os: macos-x86_64
#
# build-macos-arm64:
# permissions:
# id-token: write
# contents: write
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# ref: ${{ inputs.sha }}
# - name: Build and Upload for macOS arm64
# uses: ./.github/actions/artifacts/build-pc-artifacts
# with:
# tag: ${{ inputs.tag }}
# os: macos-arm64
build-macos-x86_64:
permissions:
id-token: write
contents: write
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.sha }}
- name: Build and Upload for macOS x86_64
uses: ./.github/actions/artifacts/build-pc-artifacts
with:
tag: ${{ inputs.tag }}
os: macos-x86_64

build-macos-arm64:
permissions:
id-token: write
contents: write
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.sha }}
- name: Build and Upload for macOS arm64
uses: ./.github/actions/artifacts/build-pc-artifacts
with:
tag: ${{ inputs.tag }}
os: macos-arm64
#
# build-and-publish-ecr:
# permissions:
Expand All @@ -94,8 +94,7 @@ jobs:
permissions:
id-token: write
contents: write
needs: [build-linux]
#needs: [build-linux, build-macos-x86_64, build-macos-arm64]
needs: [build-linux, build-macos-x86_64, build-macos-arm64]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 38797c5

Please sign in to comment.