Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 16, 2024
1 parent ea82ebe commit a3b985c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/parse-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
node-version: '20'

- name: Install dependencies
run: npm install
- name: Install dependencies
run: cd shipixen && npm install

- name: Run script
run: node parse-app-info.js
- name: Run update script
run: cd shipixen/scripts && node parse-app-info.js

- name: Commit and push changes
run: |
Expand Down

0 comments on commit a3b985c

Please sign in to comment.