This commit is contained in:
parent
eef9b4f483
commit
4cf04a4cd4
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -13,3 +13,11 @@ jobs:
|
|||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
|
|
||||||
|
- name: Create zip file
|
||||||
|
run: |
|
||||||
|
mkdir -p dist
|
||||||
|
zip -r dist/buctAuthentication.zip . -x "*.git*" -x "dist/*"
|
||||||
|
|
||||||
|
- name: List dist files
|
||||||
|
run: ls -la dist
|
||||||
Loading…
x
Reference in New Issue
Block a user