We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1648c commit ae23881Copy full SHA for ae23881
.github/workflows/haskell.yaml
@@ -75,7 +75,7 @@ jobs:
75
path: artifacts
76
77
- name: Upload Release
78
- uses: svenstaro/upload-release-action@2.9.0
+ uses: svenstaro/upload-release-action@2.11.2
79
with:
80
repo_token: ${{ secrets.GITHUB_TOKEN }}
81
file: "artifacts/*/*.zip"
.github/workflows/rust.yaml
@@ -94,7 +94,7 @@ jobs:
94
95
96
if: startsWith(github.ref, 'refs/tags/v')
97
98
99
100
file: "*.zip"
0 commit comments