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.
2 parents b6e4513 + 988ad66 commit 1ecb7a5Copy full SHA for 1ecb7a5
1 file changed
.github/workflows/release-package.yaml
@@ -19,7 +19,7 @@ jobs:
19
run: 'echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > version.json'
20
21
- name: Create tar
22
- run: tar -czf ${{ env.PKG_NAME }}_${{ env.RELEASE_VERSION }}.tar.gz app docs tools ./version.json
+ run: tar -czf ${{ env.PKG_NAME }}_${{ env.RELEASE_VERSION }}.tar.gz app tools ./version.json
23
24
- name: Upload release tar
25
uses: actions/upload-artifact@v4
0 commit comments