Skip to content

Commit

Permalink
Update build-openwrt-homelede.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcdever authored May 13, 2022
1 parent 8b9bc28 commit 9c0553d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-openwrt-homelede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:
CONFIG_FILE: .config
UPLOAD_BIN_DIR: true
UPLOAD_FIRMWARE: true
UPLOAD_COWTRANSFER: true
UPLOAD_WETRANSFER: true
UPLOAD_COWTRANSFER: false
UPLOAD_WETRANSFER: false
UPLOAD_RELEASE: true
TZ: Asia/Shanghai

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
name: OpenWrt_firmware${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
path: ${{ env.FIRMWARE }}

- name: Upload firmware to cowtransfer
- name: 上传固件到牛奶快传
id: cowtransfer
if: steps.organize.outputs.status == 'success' && env.UPLOAD_COWTRANSFER == 'true' && !cancelled()
run: |
Expand All @@ -128,7 +128,7 @@ jobs:
echo "::warning file=cowtransfer.com::$(cat cowtransfer.log | grep https)"
echo "::set-output name=url::$(cat cowtransfer.log | grep https | cut -f3 -d" ")"
- name: Upload firmware to WeTransfer
- name: 上传固件到 WeTransfer
id: wetransfer
if: steps.organize.outputs.status == 'success' && env.UPLOAD_WETRANSFER == 'true' && !cancelled()
run: |
Expand Down

0 comments on commit 9c0553d

Please sign in to comment.