Skip to content

Commit

Permalink
update v6
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Feb 22, 2021
1 parent 164ad28 commit 94a497d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nanopi-r4s-openwrt-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,12 @@ jobs:

- name: Prepare Artifacts
run: |
mv openwrt.tar.xz /home/runner
cd /home/runner
xz -d -T$[$(nproc)+1] openwrt.tar.xz
tar -xf openwrt.tar
mv openwrt /home/runner
mv staging_dir.tar.xz /home/runner/openwrt
mv bin.tar.xz /home/runner/openwrt
mv build_dir.tar.xz /home/runner/openwrt
mv build_dir.tar.xz /home/runner/openwrt
cd /home/runner/openwrt
xz -d -T$[$(nproc)+1] staging_dir.tar.xz
xz -d -T$[$(nproc)+1] bin.tar.xz
Expand Down

0 comments on commit 94a497d

Please sign in to comment.