提交 01ef2c10 编写于 作者: S songchenwen

Change Release Name

上级 b5d1dd11
......@@ -75,8 +75,8 @@ jobs:
mkdir -p ./artifact/
cd friendlywrt-rk3328/friendlywrt;./scripts/diffconfig.sh > ../../artifact/config.seed;cd ../../
mv friendlywrt-rk3328/out/*img* ./artifact/
cp friendlywrt-rk3328/friendlywrt/.config ./artifact/
zip -r artifact.zip ./artifact/
cp friendlywrt-rk3328/friendlywrt/.config ./artifact/full.config
zip -r artifact.zip ./artifact/*
release_tag="R2S-Lean-$(date +%Y-%m-%d)"
echo "##[set-output name=release_tag;]$release_tag"
......@@ -87,7 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.sec_token }}
with:
tag_name: ${{ steps.assemble_artifact.outputs.release_tag }}
release_name: auto build ${{ steps.assemble_artifact.outputs.release_tag }}
release_name: ${{ steps.assemble_artifact.outputs.release_tag }}
draft: false
prerelease: false
......
......@@ -5,9 +5,12 @@ cd friendlywrt
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream
git rebase adc1a9a3676b8d7be1b48b5aed185a94d8e42728^ --onto upstream/master -X theirs
echo ""
git status
echo ""
git revert --no-edit f092ca098e80c667b10cdd1dba328506a2673c1d
git checkout upstream/master -- feeds.conf.default
echo ""
git status
echo ""
echo "feeds.conf.default"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册