Skip to content

Commit

Permalink
ok this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Feb 11, 2024
1 parent 1292b4a commit abb9850
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit abb9850

Please sign in to comment.