remove cd

This commit is contained in:
Dan
2024-09-06 23:41:25 +03:00
committed by GitHub
parent f9c616a762
commit 1bb1f42540
+1 -3
View File
@@ -58,9 +58,7 @@ jobs:
mv *.appex ${{ github.workspace }}
- name: Inject tweak into IPA
run: |
cd ${{ github.workspace }}
pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}.ipa -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex -w
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}.ipa -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex -w
- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v2.0.1