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 f4a5ffc commit 24eecadCopy full SHA for 24eecad
.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
@@ -90,7 +90,7 @@ jobs:
90
91
92
if: startsWith(github.ref, 'refs/tags/v')
93
94
95
96
file: "*.zip"
0 commit comments