From b1d5ccb295d6bc19ac164ed837e54ed5fc990a56 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Thu, 5 Oct 2023 13:57:59 -0700 Subject: [PATCH] Fix script env --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3feeaa1..70ebdeb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,6 +19,12 @@ jobs: run: | ./ci/build.sh shell: bash + env: + APPLICATION: ${{ secrets.APPLICATION }} + INSTALLER: ${{ secrets.INSTALLER }} + APPLE_PASS: ${{ secrets.APPLE_PASS }} + APPLE_USER: ${{ secrets.APPLE_USER }} + APIKEY: ${{ secrets.APIKEY }} - name: "Upload" run: | ./ci/upload.sh