From becba8956f97b50d0b9d01bdb0863ef87af97c51 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 24 Jan 2025 10:15:24 +0600 Subject: [PATCH] cd: artifact name need to be specified --- .github/workflows/spotube-release-binary.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 1e07d938..a4afcab3 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -107,7 +107,7 @@ jobs: echo '${{ secrets.KEYSTORE }}' | base64 --decode > android/app/upload-keystore.jks echo '${{ secrets.KEY_PROPERTIES }}' > android/key.properties - - name: Unessary hosted tools + - name: Uncessary hosted tools if: ${{matrix.platform == 'linux_arm'}} uses: jlumbroso/free-disk-space@main with: @@ -128,6 +128,7 @@ jobs: - uses: actions/upload-artifact@v4 with: if-no-files-found: error + name: ${{matrix.platform}} path: ${{matrix.files}} - name: Debug With SSH When fails @@ -163,7 +164,7 @@ jobs: - uses: actions/upload-artifact@v4 with: if-no-files-found: error - name: Spotube-Release-Binaries + name: sums path: | RELEASE.md5sum RELEASE.sha256sum @@ -196,3 +197,10 @@ jobs: Nightly release includes newest features but may contain bugs It is preferred to use the stable version unless you know what you're doing + + - name: Debug With SSH When fails + if: ${{ failure() && inputs.debug && inputs.channel == 'nightly' }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true +