Skip to content

Commit

Permalink
edited action script
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianHock committed Oct 3, 2023
1 parent c17041b commit afbfc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Zip artifacts
run: |
$directoryToZip = "./Kreditrechner/bin"
$directoryToZip = "./Kreditrechner/bin/Release/*.*"
$zipFileName = "LoanCalculator.zip"
Compress-Archive -Path $directoryToZip -DestinationPath $zipFileName
Expand Down

0 comments on commit afbfc5a

Please sign in to comment.