Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkmann00 committed Apr 15, 2024
1 parent a541ded commit 7ea48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
NOTIFICATION_BUILD: ${{ matrix.build.notifications.build-path }}
run: |
ZIP_PATH=$(python -c "import pathlib; print(pathlib.Path(r'$NOTIFICATION_BUILD') / '$NOTIFICATION_NAME.zip')")
unzip "$ZIP_PATH" "$NOTIFICATION_BUILD"
unzip "$ZIP_PATH" -d "$NOTIFICATION_BUILD"
- name: Build app binary
env:
MACOS_CODESIGN_IDENTITY: ${{ secrets.PROD_MACOS_CERTIFICATE_IDENTITY }}
Expand Down

0 comments on commit 7ea48b1

Please sign in to comment.