Skip to content

Commit 2f6bab2

Browse files
authored
Update openwrt-ci.yml
1 parent 558eb5d commit 2f6bab2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/openwrt-ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,13 @@ jobs:
108108
run: |
109109
cd ${{ env.FIRMWARE_DIR }}
110110
echo "firmware_files=$(find . -name '*.bin' -o -name '*.img.gz' | tr '\n' ' ')" >> $GITHUB_OUTPUT
111+
111112
- name: Upload Artifact
112113
uses: actions/upload-artifact@v4
113114
with:
114115
name: openwrt-firmware
115116
path: ${{ env.FIRMWARE_DIR }}
116117

117-
118-
#2025-2-10增加
119118
release:
120119
needs: build
121120
runs-on: ubuntu-latest
@@ -135,9 +134,12 @@ jobs:
135134
with:
136135
tag_name: ${{ inputs.release_tag }}
137136
name: OpenWrt Build ${{ inputs.release_tag }}
138-
generate_release_notes: true
139137
token: ${{ secrets.GITHUB_TOKEN }}
138+
generate_release_notes: true
140139
files: |
141140
${{ env.FIRMWARE_DIR }}/*.bin
142141
${{ env.FIRMWARE_DIR }}/*.img.gz
143142
${{ env.FIRMWARE_DIR }}/*.manifest
143+
144+
145+

0 commit comments

Comments
 (0)