Skip to content

Commit

Permalink
ci: 更新自动打包prerelease包的ci文件
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiaoyong committed Mar 11, 2024
1 parent 62407c8 commit b231e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
id: get_version
run: |
VERSION=$(awk -F'"' '/packageVersion =/ {print $2}' build.gradle.kts)
DATE=$(date +%Y%m%d)
DATE=$(date +%Y%m%d%H%M%S)
echo "version=v$VERSION-$DATE-alpha" >> "$GITHUB_OUTPUT"
- name: Download all artifacts
Expand Down

0 comments on commit b231e03

Please sign in to comment.