mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Update release.yml
This commit is contained in:
parent
1de9f67f8a
commit
dff1911c57
1 changed files with 9 additions and 3 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -30,7 +30,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
# - name: Install native dependencies for flatpack
|
# - name: Install native dependencies for flatpack
|
||||||
# run: sudo apt-get install -y flatpak-builder elfutils
|
# run: sudo apt-get install -y flatpak-builder elfutils
|
||||||
- name: Install Snapcraft
|
- name: Install Snapcraft
|
||||||
|
|
@ -41,6 +40,9 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
|
||||||
- name: Get npm cache directory
|
- name: Get npm cache directory
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
@ -103,7 +105,9 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
- name: Get npm cache directory
|
- name: Get npm cache directory
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
id: cache
|
id: cache
|
||||||
|
|
@ -172,7 +176,9 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
# wait for https://github.com/actions/cache/issues/988
|
# wait for https://github.com/actions/cache/issues/988
|
||||||
# - name: Get npm cache directory
|
# - name: Get npm cache directory
|
||||||
# id: npm-cache
|
# id: npm-cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue