Skip to content

Commit

Permalink
Fixing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jul 9, 2024
1 parent 5a3702f commit e0380bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/planetary-computer-plugin-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator
with:
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
APP_PROJECT: ./src/planetary-computer-vth-plugin.csproj
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
Expand All @@ -38,7 +38,7 @@ jobs:

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator
with:
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
APP_PROJECT: ./src/planetary-computer-vth-plugin.csproj
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
Expand Down

0 comments on commit e0380bf

Please sign in to comment.