Browse Source

Fix zip filename

pull/113/head
Jelle van Snik 3 years ago
parent
commit
02e912a760
  1. 4
      .github/workflows/deploying.yml

4
.github/workflows/deploying.yml

@ -65,10 +65,8 @@ jobs:
name: production-files name: production-files
path: ./dist path: ./dist
- name: List files
run: cd dist && ls -la
- name: Zip files - name: Zip files
run: cd dist && zip -r ./movie-web.zip . run: cd dist && zip -r ../movie-web.zip .
- name: Get version - name: Get version
id: package-version id: package-version

Loading…
Cancel
Save