Skip to content

Commit

Permalink
fix all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-michele-emiliani committed Sep 25, 2024
1 parent 26b19c2 commit ee20b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Zip app bundle
run: |
# We zip it manually using ditto. Github Actions may break things in the bundle if we let it zip on upload.
ditto -ck --rsrc --keepParent --sequesterRsrc "out/${APP_BUILD_TARGET}.app" out/${BRAND}_stmanager.zip
ditto -ck --rsrc --keepParent --sequesterRsrc "out/${{ inputs.APP_BUILD_TARGET }}.app" out/${{ inputs.BRAND }}_stmanager.zip
- uses: actions/upload-artifact@v3
if: success()
with:
name: "splitTunnel"
retention-days: 10
path: out/${BRAND}_stmanager.zip
path: out/${{ inputs.BRAND }}_stmanager.zip

0 comments on commit ee20b43

Please sign in to comment.