Skip to content

Commit

Permalink
自动构建发布
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwxi committed Jun 7, 2024
1 parent f7a82dc commit f7dfdfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: prepare tag
id: prepare_tag
run: |
TAGSTAMP=$(date +'%Y.%m.%dv2')-${RUNNER_OS}
echo "TAG=$TAGSTAMP" >> $GITHUB_OUTPUT
env:
RUNNER_OS: ${{ runner.os }}
echo ::set-output name=TAG::$(date +'%Y.%m.%dv1')-${{ runner.os }}
- name: Create Release
id: create_release
Expand Down

0 comments on commit f7dfdfb

Please sign in to comment.