Skip to content

Commit

Permalink
Update openwrt-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woni928 authored Feb 18, 2025
1 parent e212f67 commit b2f3895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
df -hT $PWD
git clone $REPO_URL -b $REPO_BRANCH --single-branch --depth=1 openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
echo "DATE=$(date "+%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
- name: 更新 & 安装 feeds
working-directory: ./openwrt
Expand Down Expand Up @@ -133,7 +134,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: OpenWrt-N1 → ${{ env.DATE }}
tag: N1-1907_${{ env.tag_name }}
tag: N1-2305_${{ env.tag_name }}
artifacts: /workdir/upload/*
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b2f3895

Please sign in to comment.