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 85e755d commit 991c4ccCopy full SHA for 991c4cc
1 file changed
.github/workflows/publish-release.yml
@@ -100,7 +100,7 @@ jobs:
100
token: ${{secrets.PUBLISH_TOKEN}}
101
102
- name: 'Gather artifacts'
103
- run: 'bash build-assets/xpacks/@xpack-dev-tools/xbb-helper/github-actions/download-all-binaries.sh'
+ run: 'bash -x build-assets/xpacks/@xpack-dev-tools/xbb-helper/github-actions/download-all-binaries.sh'
104
105
- name: 'Publish artifacts'
106
# https://github.com/ncipollo/release-action
0 commit comments