Skip to content

Commit

Permalink
remove cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 authored Sep 6, 2024
1 parent f9c616a commit 1bb1f42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 1bb1f42

Please sign in to comment.