Update bundle.yml
This commit is contained in:
parent
cf6ca5c41e
commit
dcee52ece0
7
.github/workflows/bundle.yml
vendored
7
.github/workflows/bundle.yml
vendored
|
@ -3,8 +3,6 @@ name: Bundle & Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -32,3 +30,8 @@ jobs:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: "Latest Build"
|
title: "Latest Build"
|
||||||
files: VaultUI.tar
|
files: VaultUI.tar
|
||||||
|
|
||||||
|
- uses: "JamesIves/github-pages-deploy-action@latest"
|
||||||
|
with:
|
||||||
|
branch: gh-pages
|
||||||
|
folder: build
|
||||||
|
|
Loading…
Reference in a new issue