fix workflow requirements

This commit is contained in:
MaxOhn
2022-06-14 21:12:12 +02:00
parent 9c8b0d7d0a
commit d3568a9672
+1 -1
View File
@@ -130,7 +130,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ macos, windows, linux, linux-cross, musllinux, musllinux-cross ]
needs: [ macos, windows, linux ]
steps:
- name: Get artifacts
uses: actions/download-artifact@v3