Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminZehowlt committed Nov 14, 2023
1 parent 2b3390b commit c10be50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup NSIS
run: sudo apt update && sudo apt install -y nsis nsis-pluginapi

- name: Restore Node Depedencies
- name: Restore Node Dependencies
run: cd html && npm ci && cd ..

#- name: JS Lint
Expand All @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "VRCX"
path: "bin/Release/x64/*"
path: "bin/x64/Release/*"

0 comments on commit c10be50

Please sign in to comment.