mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-02 15:37:47 +05:00
build: Fix step "Upload assets"
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -629,10 +629,9 @@ jobs:
|
||||
echo "REL_DESC=$DESC" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload assets
|
||||
uses: andelf/nightly-release@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
draft: ${{ env.TEST_BUILD == 'true' || github.event.inputs.fake_build == 'true' }}
|
||||
prerelease: true
|
||||
tag_name: ${{ env.REL_TAG }}${{ env.TAG_SUFFIX }}
|
||||
name: '${{ env.REL_NAME }}'
|
||||
|
||||
Reference in New Issue
Block a user