ci: release into zig-out

This commit is contained in:
Mitchell Hashimoto
2022-11-21 10:48:53 -08:00
parent 7d81013d56
commit a45c8c1f7e

View File

@ -93,9 +93,10 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app-bundle name: app-bundle
path: zig-out
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R zig-out
- name: Codesign app bundle - name: Codesign app bundle
# Extract the secrets we defined earlier as environment variables # Extract the secrets we defined earlier as environment variables