Skip to content

Commit

Permalink
More ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MoSadie committed Sep 1, 2024
1 parent f290d7b commit e468a85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,11 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./effectmc/package-lock.json

- name: Install Stream Deck CLI
run: 'npm install -g @elgato/cli'
Expand Down Expand Up @@ -245,7 +247,7 @@ jobs:

- name: Package Stream Deck Plugin
working-directory: ./effectmc
run: 'streamdeck pack .\com.mosadie.effectmc.sdPlugin'
run: 'streamdeck pack com.mosadie.effectmc.sdPlugin'

# Upload Artifact
- name: Upload Artifact
Expand Down

0 comments on commit e468a85

Please sign in to comment.