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 f51879f commit b3b2343Copy full SHA for b3b2343
1 file changed
.github/workflows/CD.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: svenstaro/upload-release-action@v2
32
with:
33
repo_token: "${{ secrets.GITHUB_TOKEN }}"
34
- file: build/xhayper-COTL_API-*.zip
+ file: build/*
35
file_glob: true
36
tag: "${{ github.ref }}"
37
overwrite: true
0 commit comments