From abb9850593e62389851ed11ecd27ddb6f5570d9a Mon Sep 17 00:00:00 2001 From: Pavel Anpin Date: Sun, 11 Feb 2024 15:39:32 +0100 Subject: [PATCH] ok this should work --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75870c1..4fae635 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,12 +31,9 @@ jobs: - name: Build package run: | $packageOutputPath = Join-Path -Path $(pwd) -ChildPath ${{ env.RESULT_DIR }} - Write-Host "packageOutputPath: $packageOutputPath" New-Item -Path $packageOutputPath -ItemType Directory -Force - $absolutePackageOutputPath = Convert-Path -Path $PackageOutputPath -ErrorAction Stop - Write-Host "absolutePackageOutputPath: $absolutePackageOutputPath" msbuild -t:Restore -p:Configuration=Release - ./pack.ps1 -PackageOutputPath $absolutePackageOutputPath + ./pack.ps1 -PackageOutputPath $packageOutputPath - name: Upload artifacts uses: actions/upload-artifact@v3 with: