Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Jul 2, 2024
1 parent ca96e0c commit 578a184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
make defconfig
cat ./.config
# save source code
tar -zcf source.tar.gz ./
tar -zcf ../source.tar.gz ./
# - name: Cache Hook
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
cd openwrt
tar -zcvf bin_dir.tar.gz ./bin/
mv bin_dir.tar.gz ${{ env.RELEASE_PATH }}/
mv source.tar.gz ${{ env.RELEASE_PATH }}/
mv ../source.tar.gz ${{ env.RELEASE_PATH }}/
rm -rf ${{ env.RELEASE_PATH }}/packages
- name: pack dl dir
Expand Down

0 comments on commit 578a184

Please sign in to comment.