ci: work on artifact names for upload

This commit is contained in:
Eugen Eisler 2024-09-12 19:22:50 +02:00
parent e8de263e7f
commit 6fdf17b466
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Go Build and Release name: Go Build
on: on:
push: push:

View File

@ -1,4 +1,4 @@
name: Go Build and Release name: Go Release
on: on:
push: push:
@ -95,4 +95,4 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
gh release upload ${{ github.ref_name }} fabric-${{ env.OS }}-${{ matrix.arch }}-${{ github.ref_name }}${EXT} gh release upload ${{ github.ref_name }} fabric-${OS}-${{ matrix.arch }}-${{ github.ref_name }}${EXT}