Skip to content

Commit 2b2a2fe

Browse files
Remove zip format
1 parent 9ed990d commit 2b2a2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
8080
- run: ls -al ghes-data/data/backup/
8181
- run: ls -al ghes-data/data/backup/small/v3.8.0
82-
- run: tar -zxvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz
82+
- run: tar -xvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz
8383
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
8484

8585

0 commit comments

Comments
 (0)