Fixed CI for releases.
This commit is contained in:
@@ -76,8 +76,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
tag_name="${{ needs.get_version.outputs.project_version }}"
|
tag_name="${{ needs.get_version.outputs.project_version }}"
|
||||||
hub release edit $(find ./bin -type f -name "alfis-*" -printf "-a %p ") -m "" "$tag_name"
|
gh release upload "$tag_name" $(find ./bin -type f -name "alfis-*" -printf "-a %p ")
|
||||||
hub release edit $(find . -type f -name "*.deb" -printf "-a %p ") -m "" "$tag_name"
|
gh release upload "$tag_name" $(find . -type f -name "*.deb" -printf "-a %p ")
|
||||||
|
|
||||||
build-and-upload-gui-zips:
|
build-and-upload-gui-zips:
|
||||||
name: Create and upload builds
|
name: Create and upload builds
|
||||||
|
|||||||
Reference in New Issue
Block a user