Skip to content

Commit

Permalink
Update preview_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Mar 19, 2024
1 parent eb8baa1 commit 69bb1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet-version: '8.0.x'
- name: Set build number
if: matrix.os == 'ubuntu-latest'
run: echo "BuildNumber=$(( $GITHUB_RUN_NUMBER + 16368 ))" >> $GITHUB_ENV
run: echo "BuildNumber=$(( $GITHUB_RUN_NUMBER + 18110 ))" >> $GITHUB_ENV
- name: Build
run: |
dotnet build -c Release
Expand Down

0 comments on commit 69bb1fe

Please sign in to comment.