Skip to content

Commit

Permalink
remove hard-coded iisu path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 23, 2024
1 parent 6f765c4 commit 3d18618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
run: |
md ${{ github.workspace }}\zip\Keyfactor
Compress-Archive -Path `
${{ github.workspace }}\IISU\bin\Release\net6.0\ `
${{ github.workspace }}\bin\Release\net6.0\ `
-DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME_net6.0.zip -Force
Compress-Archive -Path `
${{ github.workspace }}\IISU\bin\Release\net8.0\ `
${{ github.workspace }}\bin\Release\net8.0\ `
-DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME_net8.0.zip -Force
- name: Upload Release Asset (x64) Net6
Expand Down

0 comments on commit 3d18618

Please sign in to comment.