Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jul 11, 2024
1 parent 1686b4d commit a1b0c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spacefx-client-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
packages: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/client-build.yml@km/add_build_steps
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/client-build.yaml@km/add_build_steps
with:
DOTNET_APP_PROJECT: ./src/spacesdk-client.csproj
DOTNET_NUGET_PROJECT: ./src/spacesdk-client.csproj
Expand All @@ -37,7 +37,7 @@ jobs:
# contents: read
# packages: write

# uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/client-build.yml@km/add_build_steps
# uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/client-build.yaml@km/add_build_steps
# with:
# DOTNET_APP_PROJECT: ./src/spacesdk-client.csproj
# DOTNET_NUGET_PROJECT: ./src/spacesdk-client.csproj
Expand Down

0 comments on commit a1b0c02

Please sign in to comment.