We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba39f5 commit 216a825Copy full SHA for 216a825
1 file changed
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload binaries
47
uses: svenstaro/upload-release-action@v2
48
with:
49
- files: |
+ file: |
50
preen-${{ matrix.os }}_${{ matrix.arch }}-${{ github.event.release.tag_name }}.tar.gz
51
preen-${{ matrix.os }}_${{ matrix.arch }}-${{ github.event.release.tag_name }}.sha256sum
52
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments