Skip to content

Commit

Permalink
ci: fix yaml quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkoid committed Jun 18, 2021
1 parent 687e3c9 commit 6291ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- uses: actions/download-artifact@v2
- uses: softprops/action-gh-release@v1
with:
files: */redpwnpow-*
files: '*/redpwnpow-*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6291ba9

Please sign in to comment.