Skip to content

Commit

Permalink
Update Lede-openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
000888xxx authored Nov 5, 2020
1 parent c53f9bc commit b2779f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lede-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: 上传bin文件夹(固件+ipk)在github空间
uses: actions/upload-artifact@main
if: steps.compile.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'false'
if: steps.compile.outputs.status == 'success' && env.UPLOAD_BIN_DIR == 'true'
with:
name: OpenWrt_Lede_bin${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
path: openwrt/bin
Expand Down

0 comments on commit b2779f4

Please sign in to comment.