Some script permission fixes

This commit is contained in:
Donkie
2024-01-25 20:49:16 +01:00
parent 2786eff3da
commit 1479e13d94
2 changed files with 12 additions and 2 deletions

View File

@@ -79,6 +79,10 @@ jobs:
mv dist client/dist
rm -rf .git
- name: Fix permissions
run: |
chmod +x scripts/*.sh
- name: Upload client Spoolman artifact
uses: actions/upload-artifact@v3
with: