Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
organize release files
  • Loading branch information
smallprogram committed Apr 4, 2023
1 parent 0869fe7 commit 237acc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Auto compile with openwrt sdk.yml
Original file line number Diff line number Diff line change
@@ -307,7 +307,11 @@ jobs:
if: steps.compile.outputs.status == 'success'
run: |
cd sdk
zip -r passwall_ipk_${{ matrix.platform }}.zip bin/packages/
mkdir upload
zip -jr upload/passwall_packages_ipk_${{ matrix.platform }}.zip bin/packages/*/passwall_packages/
mv bin/packages/*/passwall_luci/*.ipk upload
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
echo "status=success" >> $GITHUB_OUTPUT
@@ -366,5 +370,4 @@ jobs:
with:
tag_name: ${{needs.job_init.outputs.output_passwall_version}}
body_path: ${{ env.FIRMWARE }}/release.txt
files: ${{ env.FIRMWARE }}/passwall_ipk_${{ matrix.platform }}.zip

files: ${{ env.FIRMWARE }}/upload/*

0 comments on commit 237acc5

Please sign in to comment.