Skip to content

Commit

Permalink
GitHub Actions CI, take 5
Browse files Browse the repository at this point in the history
why did it take 4 tries to figure out my typo

oh yeah, forgor to upgrade upload artifact
  • Loading branch information
Sparronator9999 authored Jul 14, 2024
1 parent 249715c commit 315d165
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 @@ -29,7 +29,7 @@ jobs:
run: msbuild.exe MSIFanControl.sln /nologo /nr:false /p:DeployOnBuild=true /p:platform="Any CPU" /p:configuration="${{ matrix.configuration }}"

- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: "MSIFanControl-${{ matrix.configuration }}"
path: "./MSIFanControl.GUI/bin/${{ matrix.configuration }}/"
Expand Down

0 comments on commit 315d165

Please sign in to comment.