We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f05b6 commit 88470f5Copy full SHA for 88470f5
.github/workflows/Publish.yml
@@ -76,6 +76,8 @@ jobs:
76
runs-on: ubuntu-latest
77
needs: [ package-linux, package-windows, package-archive ]
78
steps:
79
+ - name: Checkout
80
+ uses: actions/checkout@v4
81
- name: Download artifacts
82
uses: actions/download-artifact@v4
83
with:
0 commit comments