Skip to content

Commit

Permalink
Update build-openwrt.yml For Add source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Jul 1, 2024
1 parent f2d08a9 commit e6f7eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
rm -rf ./bin ./build_dir ./tmp ./staging_dir
make defconfig
cat ./.config
# save source code
tar -zcvf source.tar.gz ./
# - name: Cache Hook
Expand Down Expand Up @@ -139,6 +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 }}/
rm -rf ${{ env.RELEASE_PATH }}/packages
- name: pack dl dir
Expand Down

0 comments on commit e6f7eb3

Please sign in to comment.