Skip to content

Commit

Permalink
fix: update package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed May 22, 2024
1 parent a1c8ad2 commit fded4d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ on:
options:
- json-ld
- split

directory:
type: choice
description: 'The location of input csv files to be split'
required: false
options:
- loc222csv

jobs:
json-ld:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,7 +86,7 @@ jobs:
- name: split locodes
working-directory: scripts/target
run: |
java -jar "$(find -name *.jar)"
java -jar "$(find -name *.jar)" -t split -d ${{github.event.inputs.directory}}
mv *.csv ../../locodes/
- name: commit locodes
Expand Down

0 comments on commit fded4d8

Please sign in to comment.