Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3
  • Loading branch information
samsmithnz committed Jan 1, 2024
2 parents 736a430 + 18acf22 commit f0988ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: dotnet pack src/GitHubActionsDotNet/GitHubActionsDotNet.csproj -c Release --nologo --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'

- name: Upload nuget package back to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: runner.OS == 'Linux' #Only pack the Linux nuget package
with:
name: nugetPackage
Expand Down

0 comments on commit f0988ff

Please sign in to comment.