Fixed CI zip not including dot-files
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -371,7 +371,7 @@ jobs:
|
|||||||
- name: Zip
|
- name: Zip
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/spoolman
|
cd /tmp/spoolman
|
||||||
zip -r spoolman.zip *
|
zip -r spoolman.zip .
|
||||||
|
|
||||||
- name: Create release and upload build
|
- name: Create release and upload build
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user