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 6cea96d commit 2c08d66Copy full SHA for 2c08d66
.github/workflows/github_release.yaml
@@ -46,7 +46,5 @@ jobs:
46
47
- name: Release
48
uses: softprops/action-gh-release@v2
49
- env:
50
- GITHUB_REF_NAME: ${{ github.ref_name }}
51
with:
52
- files: node-${{ matrix.node-version }}-fractal-web-${GITHUB_REF_NAME}.tar.gz
+ files: node-${{ matrix.node-version }}-fractal-web-*.tar.gz
0 commit comments