Skip to content

Commit 1ecb7a5

Browse files
authored
Merge pull request #7 from minvws/dep-fix
removed docs as this dir does not exist
2 parents b6e4513 + 988ad66 commit 1ecb7a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: 'echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > version.json'
2020

2121
- name: Create tar
22-
run: tar -czf ${{ env.PKG_NAME }}_${{ env.RELEASE_VERSION }}.tar.gz app docs tools ./version.json
22+
run: tar -czf ${{ env.PKG_NAME }}_${{ env.RELEASE_VERSION }}.tar.gz app tools ./version.json
2323

2424
- name: Upload release tar
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)