From 387fc0bad3443c6cb4c288f4965441e6f2853a0f Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli Date: Thu, 14 Nov 2024 20:23:16 +0100 Subject: [PATCH] fix: build sha --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c5eee0986..f7bccf7b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 @@ -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 @@ -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