Skip to content

Commit

Permalink
Fixed CI for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jul 12, 2024
1 parent e7eb383 commit 38a0239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${{ needs.get_version.outputs.project_version }}"
hub release edit $(find ./bin -type f -name "alfis-*" -printf "-a %p ") -m "" "$tag_name"
hub release edit $(find . -type f -name "*.deb" -printf "-a %p ") -m "" "$tag_name"
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 ")
build-and-upload-gui-zips:
name: Create and upload builds
Expand Down

0 comments on commit 38a0239

Please sign in to comment.