Another fix of CI for releases.
This commit is contained in:
@@ -76,8 +76,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
tag_name="${{ needs.get_version.outputs.project_version }}"
|
||||
gh release upload "$tag_name" alfis-*
|
||||
gh release upload "$tag_name" *.deb
|
||||
gh release upload "$tag_name" alfis-* --clobber
|
||||
gh release upload "$tag_name" *.deb --clobber
|
||||
|
||||
build-and-upload-gui-zips:
|
||||
name: Create and upload builds
|
||||
|
||||
Reference in New Issue
Block a user