Skip to content

Commit

Permalink
Update build-openwrt-n1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzxhwq committed Feb 24, 2025
1 parent a6fdbd5 commit 97a765d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-openwrt-n1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ jobs:
name: OpenWrt_firmware${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
path: ${{ env.FIRMWARE }}

- name: Upload artifact to Actions
uses: kittaakos/upload-artifact-as-is@v0
if: env.PACKAGED_STATUS == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.PACKAGED_OUTPUTPATH }}/
# - name: Upload artifact to Actions
# uses: kittaakos/upload-artifact-as-is@v0
# if: env.PACKAGED_STATUS == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
# with:
# path: ${{ env.PACKAGED_OUTPUTPATH }}/

- name: Upload OpenWrt Firmware to Release
id: release
Expand Down

0 comments on commit 97a765d

Please sign in to comment.