fix(ci): use .output dir for build artifact

This commit is contained in:
luccast
2026-01-30 20:46:54 -05:00
parent 154c93131e
commit e0b5ddfec5
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Create build artifact
run: |
tar -czvf crabwalk-${{ github.ref_name }}.tar.gz dist
tar -czvf crabwalk-${{ github.ref_name }}.tar.gz .output
- name: Upload build to release
uses: softprops/action-gh-release@v1