mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
ci: fixup node-package.yml after artifact actions upgrade
This commit is contained in:
6
.github/workflows/node-package.yml
vendored
6
.github/workflows/node-package.yml
vendored
@@ -182,9 +182,9 @@ jobs:
|
|||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir node/prebuilds
|
mkdir node/prebuilds
|
||||||
tar -xvzf linux/linux.tar.gz -C node/prebuilds
|
tar -xvzf linux.tar.gz -C node/prebuilds
|
||||||
tar -xvzf macos-latest/macos-latest.tar.gz -C node/prebuilds
|
tar -xvzf macos-latest.tar.gz -C node/prebuilds
|
||||||
tar -xvzf windows-latest/windows-latest.tar.gz -C node/prebuilds
|
tar -xvzf windows-latest.tar.gz -C node/prebuilds
|
||||||
tree node/prebuilds
|
tree node/prebuilds
|
||||||
rm -rf linux macos-latest windows-latest
|
rm -rf linux macos-latest windows-latest
|
||||||
- name: Install dependencies without running scripts
|
- name: Install dependencies without running scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user