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
|
||||
run: |
|
||||
cd /tmp/spoolman
|
||||
zip -r spoolman.zip *
|
||||
zip -r spoolman.zip .
|
||||
|
||||
- name: Create release and upload build
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user