This commit is contained in:
parent
eef9b4f483
commit
4cf04a4cd4
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -12,4 +12,12 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- 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