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

Commit c0e934e

Browse files
committed
upgrade to latest tar-action
1 parent 81c141e commit c0e934e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
SYNC_GIT_SUBMODULE: 1
1919

2020
- name: Compress files
21-
uses: master-atul/tar-action@v0.0.1
21+
uses: master-atul/tar-action@v1.0.2
2222
with:
2323
command: c
2424
cwd: ./node/out/Release

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
SYNC_GIT_SUBMODULE: 1
2626

2727
- name: Compress files
28-
uses: master-atul/tar-action@v0.0.1
28+
uses: master-atul/tar-action@v1.0.2
2929
id: compress
3030
with:
3131
command: c

0 commit comments

Comments
 (0)