Skip to content

Commit

Permalink
Fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Dec 21, 2024
1 parent ea9751a commit 5a044f6
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
Expand Up @@ -46,7 +46,7 @@ jobs:
nuget-version: 'latest'

- name: Create NuGet Package
run: nuget pack -OutputFileNamesWithoutVersion -Properties "commit=${{ $GITHUB_SHA }}"
run: nuget pack -OutputFileNamesWithoutVersion -Properties "commit=${{ $github.sha }}"

# Publish the NuGet package(s) as an artifact, so they can be used in the following jobs
- name: Upload NuGet Packages Artifact
Expand Down

0 comments on commit 5a044f6

Please sign in to comment.