diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b08d8a..4d51902 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: curl -L -o patcher https://github.com/amsyarasyiq/pyoncord-ipa-patcher/releases/download/release-pyon/patcher.mac-amd64 chmod +x patcher - - name: Download ipa icons + - name: Download IPA icons working-directory: patcher run: | curl -L -o ipa-icons.zip https://raw.githubusercontent.com/pyoncord/assets/main/ipa-icons.zip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87ca730..59831e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,10 +86,10 @@ jobs: - name: Download IPA patcher working-directory: patcher run: | - curl -L https://github.com/amsyarasyiq/pyoncord-ipa-patcher/releases/download/release-pyon/patcher.mac-amd64 -o ${{ github.workspace }}/patcher + curl -L -o patcher https://github.com/amsyarasyiq/pyoncord-ipa-patcher/releases/download/release-pyon/patcher.mac-amd64 chmod +x patcher - - name: Download ipa icons + - name: Download IPA icons working-directory: patcher run: | curl -L -o ipa-icons.zip https://raw.githubusercontent.com/pyoncord/assets/main/ipa-icons.zip