Skip to content

Commit

Permalink
Adding sudo to step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 19, 2024
1 parent 7c39ffa commit 8e48912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
mkdir -p /var/spacedev/nuget/core
mv /var/spacedev/tmp/core/${{ inputs.ARCHITECTURE}}/nuget/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg /var/spacedev/nuget/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg
sudo mv /var/spacedev/tmp/core/${{ inputs.ARCHITECTURE}}/nuget/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg /var/spacedev/nuget/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg
tree /var/spacedev/nuget/core
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/push-build-artifact@main
Expand Down

0 comments on commit 8e48912

Please sign in to comment.