mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-17 23:01:55 -08:00
v0.4.4
This commit is contained in:
parent
8e0393b0f7
commit
8f631683ba
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
|
@ -71,13 +71,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
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
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
|
|
@ -133,13 +133,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
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
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
|
|
@ -201,14 +201,14 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Renderer Bundle Stats
|
||||
uses: vio/bundle-stats-action@v1.3
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
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
|
||||
uses: vio/bundle-stats-action@v1.3.0
|
||||
with:
|
||||
id: main
|
||||
webpack-stats-path: 'out/webpack-stats-main.json'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue