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 15275ed commit e5ffe1fCopy full SHA for e5ffe1f
.github/workflows/cicd.yml
@@ -67,5 +67,5 @@ jobs:
67
- name: Create GitHub Release
68
uses: softprops/action-gh-release@v2
69
with:
70
- files: ./artifacts/**/* # 👈 one-liner to upload everything!
+ files: ./artifacts/**/*
71
token: ${{ secrets.RELEASE_PAT }}
0 commit comments