Fixed linux builds.

This commit is contained in:
Revertron
2024-07-12 14:31:31 +02:00
parent 38a0239f19
commit eebd53b177
+2 -2
View File
@@ -76,8 +76,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${{ needs.get_version.outputs.project_version }}"
gh release upload "$tag_name" $(find ./bin -type f -name "alfis-*" -printf "-a %p ")
gh release upload "$tag_name" $(find . -type f -name "*.deb" -printf "-a %p ")
gh release upload "$tag_name" alfis-*
gh release upload "$tag_name" *.deb
build-and-upload-gui-zips:
name: Create and upload builds