Fix script env

This commit is contained in:
Roland Rabien 2023-10-05 13:57:59 -07:00
commit b1d5ccb295

View file

@ -19,6 +19,12 @@ jobs:
run: | run: |
./ci/build.sh ./ci/build.sh
shell: bash shell: bash
env:
APPLICATION: ${{ secrets.APPLICATION }}
INSTALLER: ${{ secrets.INSTALLER }}
APPLE_PASS: ${{ secrets.APPLE_PASS }}
APPLE_USER: ${{ secrets.APPLE_USER }}
APIKEY: ${{ secrets.APIKEY }}
- name: "Upload" - name: "Upload"
run: | run: |
./ci/upload.sh ./ci/upload.sh