Skip to content

Commit

Permalink
Get the location of the plugin/workflow listing files correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 14, 2021
1 parent 0ef7644 commit 3a719c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if [ "${{ matrix.variant }}" == "mapclient" ]; then
$python_exe prepare_mapclient_release.py ${{ matrix.tag }}
elif [ "${{ matrix.variant }}" == "mapping-tools" ]; then
$python_exe prepare_mapclient_release.py ${{ matrix.tag }} -v mapping-tools -p $scripts_dir/plugin_listing.txt -w $scripts_dir/workflow_listing.txt
$python_exe prepare_mapclient_release.py ${{ matrix.tag }} -v mapping-tools -p plugin_listing.txt -w workflow_listing.txt
else
echo "Variant not supported"
exit 2
Expand Down

0 comments on commit 3a719c0

Please sign in to comment.