Skip to content

Commit

Permalink
chore: action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatwallcorner committed Nov 12, 2024
1 parent e371633 commit 9986f3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-action-pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9986f3f

Please sign in to comment.