Skip to content

Commit 5227fe5

Browse files
committed
Drop quotes from make release workflow
1 parent 6aed92b commit 5227fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
[ -f build/unix/toolshed-*.zip ] && ls build/unix/toolshed-*.zip | xargs -I {} bash -c 'echo; md5sum {}; ls -al --color=auto {}; unzip -l -v {}'
4040
4141
- name: Release
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
files: |
47-
"build/unix/toolshed-*.tgz"
48-
"build/unix/toolshed-*.zip"
47+
build/unix/toolshed-*.tgz
48+
build/unix/toolshed-*.zip
4949

0 commit comments

Comments
 (0)