Skip to content

Commit

Permalink
fix file location
Browse files Browse the repository at this point in the history
  • Loading branch information
llauner committed Mar 26, 2024
1 parent 7e2cf87 commit d59363f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zsm-generate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compute output filename
id: output_filename
run: echo "::set-output name=filename::../airspace/${{ steps.date.outputs.date }}_zsm_openair.txt"
run: echo "::set-output name=filename::${{ steps.date.outputs.date }}_zsm_openair.txt"

- name: Download and convert ZSM file
id: download-convert
Expand All @@ -37,7 +37,7 @@ jobs:
cd kml2OpenAir
npm install
echo "## Downloading and converting kmlfile ...: ${{ github.event.inputs.ZSM_URL }}"
node ./main.js ${{ github.event.inputs.ZSM_URL }} ${{ steps.output_filename.outputs.filename }}
node ./main.js ${{ github.event.inputs.ZSM_URL }} ../airspace/${{ steps.output_filename.outputs.filename }}
- name: Insert new ZSM
run: |
Expand Down

0 comments on commit d59363f

Please sign in to comment.