Skip to content

Commit

Permalink
Add 'msvc' to Windows artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Nov 2, 2023
1 parent 0acd5b7 commit 4d0a14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clifp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "Build complete."
- name: Get CLIFp artifact name
run: |
$artifact_name=$((Get-ChildItem -Path "${{ env.clifp_package_path }}" -Filter *.zip)[0].BaseName)
$artifact_name=$((Get-ChildItem -Path "${{ env.clifp_package_path }}" -Filter *.zip)[0].BaseName) + ' [msvc]'
echo "current_artifact_name=$artifact_name" >> $Env:GITHUB_ENV
- name: Upload CLIFp build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4d0a14c

Please sign in to comment.