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

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Mar 21, 2022
1 parent c1fc377 commit cc5a06c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: Openwrt ${{env.VERSION}}_${{matrix.target}}
allowUpdates: true
body: ${{ steps.tag.outputs.release_body }}
tag: Openwrt-${{env.VERSION}}
tag: Openwrt_${{env.VERSION}}_${{matrix.target}}
commit: main
replacesArtifacts: true
token: ${{ secrets.SECRET_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion diy/sh/target/ramips-mt7621.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
sed -i '/CONFIG_TARGET_SQUASHFS_BLOCK_SIZE/ c\CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=128' .config

# 编译固件
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"
Expand Down

0 comments on commit cc5a06c

Please sign in to comment.