This commit is contained in:
parent
4cf04a4cd4
commit
26fada19b6
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -4,6 +4,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- chrome-docker
|
- chrome-docker
|
||||||
|
|
||||||
|
tags:
|
||||||
|
- v*
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello_world:
|
hello_world:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -20,4 +26,10 @@ jobs:
|
|||||||
zip -r dist/buctAuthentication.zip . -x "*.git*" -x "dist/*"
|
zip -r dist/buctAuthentication.zip . -x "*.git*" -x "dist/*"
|
||||||
|
|
||||||
- name: List dist files
|
- name: List dist files
|
||||||
run: ls -la dist
|
run: ls -la dist
|
||||||
|
|
||||||
|
- name: Upload Release
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
with:
|
||||||
|
files: dist/buctAuthentication.zip
|
||||||
Loading…
x
Reference in New Issue
Block a user