Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 29d2e04

Browse files
committed
Don't tar the directory
1 parent b83824f commit 29d2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Also avoids artifacts upload permission loss:
5050
# https://github.com/actions/upload-artifact/tree/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700#permission-loss
5151
- name: Compress files
52-
run: tar -cvf rescript-editor-support.tar lib/rescript-editor-support.exe
52+
run: tar -cvf rescript-editor-support.tar -C lib rescript-editor-support.exe
5353

5454
- uses: actions/upload-artifact@v2
5555
with:

0 commit comments

Comments
 (0)