Skip to content

Commit

Permalink
Update workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: SolomonRicky <[email protected]>
  • Loading branch information
solomonricky committed May 1, 2022
1 parent 66cfb3b commit 81adb38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dlink-DIR842.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd openwrt/bin/targets/*/*
rm -rf packages
zip -r ${{ DEVICE_SAVE_NAME }}.zip ./*
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
rm -rf !(*.zip)
ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Newifi-D2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd openwrt/bin/targets/*/*
rm -rf packages
zip -r ${{ DEVICE_SAVE_NAME }}.zip ./*
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
rm -rf !(*.zip)
ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Redmi-AX6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd openwrt/bin/targets/*/*
rm -rf packages
zip -r ${{ DEVICE_SAVE_NAME }}.zip ./*
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
rm -rf !(*.zip)
ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Redmi-AX6s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd openwrt/bin/targets/*/*
rm -rf packages
zip -r ${{ DEVICE_SAVE_NAME }}.zip ./*
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
rm -rf !(*.zip)
ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Xiaomi-AX3600.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
cd openwrt/bin/targets/*/*
rm -rf packages
zip -r ${{ DEVICE_SAVE_NAME }}.zip ./*
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
rm -rf !(*.zip)
ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
Expand Down

0 comments on commit 81adb38

Please sign in to comment.