Skip to content

Commit

Permalink
remove date
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchenghao committed Sep 12, 2022
1 parent 10ed081 commit dc863cd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-immortalwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [immortalwrt-21.02]
target: [immortalwrt-21.02.1]

steps:
- name: checkout
Expand Down Expand Up @@ -73,10 +73,8 @@ jobs:
./scripts/feeds install -a
- name: customize-${{matrix.target}}
env:
CONFIG_FILE: '${{matrix.target}}.config'
run: |
mv $CONFIG_FILE openwrt/.config
mv immortalwrt.config openwrt/.config
chmod +x ./customize.sh && ./customize.sh x64
cd openwrt && make defconfig
Expand Down Expand Up @@ -126,7 +124,7 @@ jobs:
uses: actions/upload-artifact@main
if: steps.organize.outputs.status == 'success' && !cancelled()
with:
name: ${{ env.date3 }} _${{matrix.target}}
name: ${{matrix.target}}
path: ${{ env.FIRMWARE }}

- name: prepare-release
Expand All @@ -143,8 +141,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
with:
files: "${{ env.FIRMWARE }}/*"
name: ${{ env.date2 }} ${{matrix.target}}
tag_name: ${{ env.date }}_${{matrix.target}}
name: ${{matrix.target}}
tag_name: ${{matrix.target}}
body_path: release.txt

- name: delete-workflow
Expand Down

0 comments on commit dc863cd

Please sign in to comment.