diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index bdb554d..65c11a0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -62,7 +62,7 @@ jobs: # Archive the App build - name: Create App archive - run: Compress-Archive -Path $env:Project_Directory\bin\Release\publish\* -DestinationPath $env:Project_Directory\bin\$env:Portable_Archive + run: Compress-Archive -Path $env:Project_Directory\bin\Release\* -DestinationPath $env:Project_Directory\bin\$env:Portable_Archive # Get the name of the tag that was pushed - name: Get the version