mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 04:11:33 -08:00
Update release.yml
This commit is contained in:
parent
668c24d667
commit
09aaca5fe7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Build App
|
||||
run: npm run dist
|
||||
run: npm run make
|
||||
env:
|
||||
CI: true
|
||||
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Build App
|
||||
run: npm run dist-dev
|
||||
run: npm run make
|
||||
env:
|
||||
CI: true
|
||||
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
|
||||
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Build App
|
||||
run: npm run dist
|
||||
run: npm run make
|
||||
env:
|
||||
CI: true
|
||||
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue