mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add build artifacts from completed build
This commit is contained in:
parent
bb588754c9
commit
93e3ebe65f
10
.github/workflows/build-for-windows.yml
vendored
10
.github/workflows/build-for-windows.yml
vendored
@ -66,8 +66,8 @@ jobs:
|
||||
- name: Electron Builder
|
||||
run: yarn run electron-builder --publish onTag --win --dir
|
||||
|
||||
# - name: Upload artifacts
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: built-artifacts
|
||||
# path: path/to/artifact/
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: built-artifacts
|
||||
path: ./static/build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user