Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketthomas committed Aug 1, 2024
1 parent 7ffd703 commit ea13041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
./build.ps1 -Runtime osx-x64 -PublishAot -BuildNumber '1.0.${{github.run_number }}'
New-Item -ItemType Directory -Path "osx-x64"
Move-Item -Path "Azure Key Vault Explorer.app" -Destination "$env:GITHUB_WORKSPACE\osx-x64\Key Vault Explorer for Azure.app"
Move-Item -Path "Key Vault Explorer for Azure.app" -Destination "$env:GITHUB_WORKSPACE\osx-x64\Key Vault Explorer for Azure.app"
shell: pwsh
- name: Create Package
run: tar -cvf keyvaultexplorer.osx-x64.tar osx-x64/
Expand Down

0 comments on commit ea13041

Please sign in to comment.