Skip to content

Commit

Permalink
fix: build sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Nov 14, 2024
1 parent fe7d5c0 commit 387fc0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Build and Upload for Linux
uses: ./.github/actions/artifacts/build-pc-artifacts
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
os: linux

Expand All @@ -70,6 +71,7 @@ jobs:
- name: Build and Upload for macOS x86_64
uses: ./.github/actions/artifacts/build-pc-artifacts
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
os: macos-x86_64

Expand All @@ -87,6 +89,7 @@ jobs:
- name: Build and Upload for macOS arm64
uses: ./.github/actions/artifacts/build-pc-artifacts
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
os: macos-arm64

Expand Down

0 comments on commit 387fc0b

Please sign in to comment.