Skip to content

Commit

Permalink
Update desktop-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asrient committed Nov 19, 2023
1 parent dbd791e commit 0e8d98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
node-version: '18.17.0'
- name: Enter the app directory
run: cd apps
run: cd apps && ls
- name: Install dependencies
run: npm install
- name: Build and Publish
run: npm run publish:desktop
run: pwd && npm run publish:desktop
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_ENV: production
Expand Down

0 comments on commit 0e8d98f

Please sign in to comment.