Skip to content

Commit

Permalink
pack bin dir
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent 67a29eb commit 6908a42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
rm -rf ./packages
echo "RELEASE_PATH=$PWD" >> $GITHUB_ENV
- name: pack bin dir
run: |
cd openwrt
tar -zcvf bin_dir.tar.gz ./bin/
mv bin_dir.tar.gz ${{ env.RELEASE_PATH }}/
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 6908a42

Please sign in to comment.