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 635fc94 commit 2cf1e4bCopy full SHA for 2cf1e4b
.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
@@ -99,7 +99,7 @@ jobs:
99
100
101
if: startsWith(github.ref, 'refs/tags/v')
102
103
104
105
file: "*.zip"
0 commit comments