mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 07:15:41 +00:00
Refactor unpacking of Windows build tar files
This commit is contained in:
6
.github/workflows/alpha.yml
vendored
6
.github/workflows/alpha.yml
vendored
@@ -329,10 +329,10 @@ jobs:
|
||||
- name: List
|
||||
run: find .
|
||||
|
||||
- name: Unpack windows build
|
||||
- name: Unpack windows build (.tar.gz)
|
||||
run: |
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-generic.tar.gz -C windows-x64-signed-generic
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-specific.tar.gz -C windows-x64-signed-specific
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-generic.tar.gz -C .
|
||||
tar -xvf .github/workflows/object/windows-x64-signed-specific.tar.gz -C .
|
||||
|
||||
- name: Clone updates repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user