Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kousyougi authored Apr 21, 2023
1 parent 4211281 commit f31eff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-openwrt-with-lede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ jobs:
tag: ${{ steps.compile.outputs.build_tag }}
artifacts: openwrt/bin/targets/*/*/*rootfs.tar.gz
allowUpdates: true
token: ${{ secrets.GH_TOKEN }}

- name: Clean up server space
if: ${{ steps.compile.outputs.status }} == 'success' && !cancelled()
Expand All @@ -256,7 +255,6 @@ jobs:
auto_kernel: ${{ inputs.auto_kernel }}
kernel_repo: ${{ inputs.kernel_repo }}
kernel_usage: ${{ inputs.kernel_usage }}
gh_token: ${{ secrets.GH_TOKEN }}

- name: Upload the packaged firmware to Release
uses: ncipollo/release-action@main
Expand All @@ -265,7 +263,6 @@ jobs:
tag: ${{ steps.compile.outputs.build_tag }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
token: ${{ secrets.GH_TOKEN }}
body: |
This is OpenWrt firmware for Amlogic and Rockchip
* Firmware information
Expand Down

0 comments on commit f31eff1

Please sign in to comment.