Skip to content

Commit 5f07a79

Browse files
authored
Fix path. (#6012)
1 parent af7266e commit 5f07a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
7070
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
71-
FRAMEWORK_ZIP: "Firebase-actions-dir.zip"
71+
FRAMEWORK_ZIP: "Firebase-actions-dir"
7272
OUTPUT_DIR: "${HOME}/ios_frameworks/"
7373
SDK: "Config"
7474
runs-on: macOS-latest

0 commit comments

Comments
 (0)