remove cd
This commit is contained in:
@@ -58,9 +58,7 @@ jobs:
|
|||||||
mv *.appex ${{ github.workspace }}
|
mv *.appex ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Inject tweak into IPA
|
- name: Inject tweak into IPA
|
||||||
run: |
|
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
|
||||||
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
|
|
||||||
|
|
||||||
- name: Upload to GitHub Releases
|
- name: Upload to GitHub Releases
|
||||||
uses: softprops/action-gh-release@v2.0.1
|
uses: softprops/action-gh-release@v2.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user