Skip to content

Commit

Permalink
chore: Fix YAML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeinlschmidt committed Jul 3, 2023
1 parent 3f9bdca commit 7a06173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm test
- run: npm run build
- name: Create build-output artifact
uses: actions/upload-artifact@master
with:
name: build-output
path: dist/
uses: actions/upload-artifact@master
with:
name: build-output
path: dist/

0 comments on commit 7a06173

Please sign in to comment.