Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 22, 2024
1 parent 4dafc64 commit 97a81d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 18
- name: Install dependencies
run: npm ci
- name: Fetch
run: npm run fetch

- name: debug
run:
pwd
ls
ls dist
ls dist/linux-unpacked

- name: Compile
run: npm run webpack:prod

Expand Down

0 comments on commit 97a81d2

Please sign in to comment.