Skip to content

Commit e0380bf

Browse files
author
Kevin Mack
committed
Fixing file path
1 parent 5a3702f commit e0380bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/planetary-computer-plugin-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

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

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

0 commit comments

Comments
 (0)