Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix: try
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 14, 2023
1 parent 1043bac commit 95a1f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
$version = ($content | Select-String -Pattern 'version=(.*)' | ForEach-Object { $_.Matches.Groups[1].Value }).Trim()
echo "version_type=$type" >> $GITHUB_ENV
echo "version_number=$version" >> $GITHUB_ENV
echo "$version_type"
echo "$version_number"
- uses: xmake-io/github-action-setup-xmake@v1

Expand Down

0 comments on commit 95a1f29

Please sign in to comment.