Skip to content

Commit e444b50

Browse files
Fix tar command to include all files in archive
1 parent f2bc902 commit e444b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hashlink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
haxelib run lime rebuild hl
107107
haxelib run lime build hl --app-version="4.0.0-${{ github.run_id}}"
108-
tar -czf FV-HL-Linux.tar.gz -C bin/hl/bin/
108+
tar -czf FV-HL-Linux.tar.gz -C bin/hl/bin/ .
109109
- name: Publish artifact
110110
uses: actions/upload-artifact@v7
111111
with:

0 commit comments

Comments
 (0)