Skip to content

Commit

Permalink
Update Build_OpenWrt-Yudie-360t7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ixiaan authored May 10, 2024
1 parent 1ac5688 commit f91988b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build_OpenWrt-Yudie-360t7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:


- name: Configuration Customization - Build_JiaShan-360t7
- name: Configuration Customization - Build_YuDie-360t7
env:
CONFIG_FILE: 'JiaShan-360t7.config'
CONFIG_FILE: 'YuDie-360t7.config'
run: |
[ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
# chmod +x ./customize.sh && ./customize.sh
Expand All @@ -120,7 +120,7 @@ jobs:
- name : Upload artifact
uses: actions/upload-artifact@master
with:
name: OpenWrt-JiaShan-360t7
name: OpenWrt-YuDie-360t7
path: openwrt/bin/targets/*/*


Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ env.FIRMWARE_VERSION }}-OpenWrt-JiaShan-360t7
name: ${{ env.FIRMWARE_VERSION }}-OpenWrt-YuDie-360t7
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
files: ${{ env.FIRMWARE }}/*
Expand Down

0 comments on commit f91988b

Please sign in to comment.