Skip to content

Commit

Permalink
ci: attempting to fix many-linux
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Apr 19, 2024
1 parent bef610e commit 7b88bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
if: ${{ matrix.config.create_package }}
working-directory: ${{ format('build/{0}', env.DESTDIR) }}
run: | # https://nfpm.goreleaser.com/install/
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.22.2
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.36.1
if [[ ${{ github.ref }} =~ ^refs/tags/v[0-9\.]+$ ]]; then
version=$(echo ${{ github.ref_name }} | tr -d 'v')
else
Expand All @@ -281,7 +281,7 @@ jobs:
- name: Uploading artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ format('{0}{1}', matrix.config.release_name, matrix.config.release_extension) }}
name: ${{ format('{0}', matrix.config.release_name) }}
path: |
${{ format('./build/{0}{1}', env.DESTDIR, matrix.config.release_extension) }}
build/*.deb
Expand Down

0 comments on commit 7b88bab

Please sign in to comment.