From 9986f3f191da17dc6302e1c062593273b49fcccc Mon Sep 17 00:00:00 2001 From: Corner Date: Tue, 12 Nov 2024 17:06:58 +0800 Subject: [PATCH] chore: action test --- .github/workflows/github-action-pre_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-action-pre_release.yml b/.github/workflows/github-action-pre_release.yml index 2a734c1..811bb7c 100644 --- a/.github/workflows/github-action-pre_release.yml +++ b/.github/workflows/github-action-pre_release.yml @@ -95,7 +95,7 @@ jobs: *.zip release: runs-on: ubuntu-latest - needs: [ build-win, build-linux, build-mac] + needs: [ build-win, build-linux, build-mac, set-tag] steps: - name: Download all workflow run artifacts uses: actions/download-artifact@v4 @@ -120,5 +120,7 @@ jobs: πŸ‘‡ζ–°ηš„ι’„ε‘εΈƒη‰ˆζœ¬πŸ‘‡ ${{needs.set-tag.outputs.tag}} πŸ“¦δ»“εΊ“: ${{ github.repository }} + See changes: https://github.com/${{ github.repository }}/compare/${{needs.set-tag.outputs.lastTag}}...${{needs.set-tag.outputs.tag}} + Download: https://github.com/${{ github.repository }}/releases/tag/${{ needs.set-tag.outputs.tag }} permissions: contents: write \ No newline at end of file