mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-27 15:50:57 -07:00
Update release.yml
This commit is contained in:
parent
eb90766c8f
commit
e18c90ee9a
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -78,13 +78,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: renderer
|
||||
webpack-stats-path: 'out/webpack-stats-renderer.json'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Get Main Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
|
|
@ -146,13 +146,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: renderer
|
||||
webpack-stats-path: 'out/webpack-stats-renderer.json'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Get Main Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
|
|
@ -244,13 +244,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: renderer
|
||||
webpack-stats-path: 'out/webpack-stats-renderer.json'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Get Main Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
uses: vio/bundle-stats-action@v1
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue