Skip to content

Commit dd44cf1

Browse files
committed
Vars fix
Vars fix
1 parent 7130c05 commit dd44cf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pkg_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Notarize and package macOS app
9393
run:
94-
./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{env.XCODE_VERSION}}"
94+
./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{vars.XCODE_VERSION}}"
9595

9696
- name: Upload package
9797
uses: actions/upload-artifact@v4

.github/workflows/build_pkg_release_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Notarize and package macOS app
6262
run:
63-
./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{env.XCODE_VERSION}}"
63+
./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{vars.XCODE_VERSION}}"
6464

6565
- name: Upload package
6666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)