Skip to content

Commit

Permalink
ci: builds now labeled as "git build"
Browse files Browse the repository at this point in the history
kirides committed Jan 15, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent e50fcc5 commit fc79f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- name: Set tag and directory name env
run: |
$shortHash = $Env:GITHUB_SHA.Substring(0, 9)
echo (-join("CL=/DVERSION_NUMBER#",'\"',"unstable-${shortHash}",'\"')) >> $Env:GITHUB_ENV
echo (-join("CL=/DVERSION_NUMBER#",'\"',"-git-${shortHash}",'\"')) >> $Env:GITHUB_ENV
- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}

0 comments on commit fc79f17

Please sign in to comment.