From f8a5a60b7c4b196c703d322bb3d11e9495807426 Mon Sep 17 00:00:00 2001 From: Poko-Apps Date: Sat, 14 Sep 2024 22:10:32 +0530 Subject: [PATCH] Use older version of release upload action Releted to https://github.com/softprops/action-gh-release/issues/445 --- .github/workflows/build_arm64-v8a.yml | 2 +- .github/workflows/build_armeabi-v7a.yml | 2 +- .github/workflows/build_x86.yml | 2 +- .github/workflows/build_x86_64.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_arm64-v8a.yml b/.github/workflows/build_arm64-v8a.yml index 436021f..f4e1926 100644 --- a/.github/workflows/build_arm64-v8a.yml +++ b/.github/workflows/build_arm64-v8a.yml @@ -69,7 +69,7 @@ jobs: - name: 'Upload zips to release' if: steps.ziptar.outputs.status == 'success' && !cancelled() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build_armeabi-v7a.yml b/.github/workflows/build_armeabi-v7a.yml index 74544f8..c44b32c 100644 --- a/.github/workflows/build_armeabi-v7a.yml +++ b/.github/workflows/build_armeabi-v7a.yml @@ -69,7 +69,7 @@ jobs: - name: 'Upload zips to release' if: steps.ziptar.outputs.status == 'success' && !cancelled() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build_x86.yml b/.github/workflows/build_x86.yml index e99d36a..1fe3119 100644 --- a/.github/workflows/build_x86.yml +++ b/.github/workflows/build_x86.yml @@ -69,7 +69,7 @@ jobs: - name: 'Upload zips to release' if: steps.ziptar.outputs.status == 'success' && !cancelled() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build_x86_64.yml b/.github/workflows/build_x86_64.yml index 42db3f9..54e3d35 100644 --- a/.github/workflows/build_x86_64.yml +++ b/.github/workflows/build_x86_64.yml @@ -69,7 +69,7 @@ jobs: - name: 'Upload zips to release' if: steps.ziptar.outputs.status == 'success' && !cancelled() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: