diff --git a/.github/workflows/rust_parallel_release.yml b/.github/workflows/rust_parallel_release.yml index 291157f..6ab6918 100644 --- a/.github/workflows/rust_parallel_release.yml +++ b/.github/workflows/rust_parallel_release.yml @@ -76,7 +76,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | tag_name="${{ needs.get_version.outputs.project_version }}" - gh release upload "$tag_name" alfis-* --clobber + gh release upload "$tag_name" ./bin/alfis-* --clobber gh release upload "$tag_name" *.deb --clobber build-and-upload-gui-zips: