Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit cc5a06c

Browse files
committed
update tag
1 parent c1fc377 commit cc5a06c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/imagebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
name: Openwrt ${{env.VERSION}}_${{matrix.target}}
9696
allowUpdates: true
9797
body: ${{ steps.tag.outputs.release_body }}
98-
tag: Openwrt-${{env.VERSION}}
98+
tag: Openwrt_${{env.VERSION}}_${{matrix.target}}
9999
commit: main
100100
replacesArtifacts: true
101101
token: ${{ secrets.SECRET_TOKEN }}

diy/sh/target/ramips-mt7621.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
sed -i '/CONFIG_TARGET_SQUASHFS_BLOCK_SIZE/ c\CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=128' .config
32

43
# 编译固件
54
make image PROFILE="youhua_wr1200js" PACKAGES="luci luci-lib-ipkg -dnsmasq dnsmasq-full luci-i18n-opkg-zh-cn luci-i18n-firewall-zh-cn luci-i18n-base-zh-cn luci-compat luci-lib-ipkg -kmod-usb3 -kmod-usb-ledtrig-usbport" FILES="files"

0 commit comments

Comments
 (0)