Skip to content

Commit

Permalink
remove github repo name from artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent b1f3882 commit d8abe5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ github.repository }}-${{ matrix.target }}
name: stimmgabel-${{ matrix.target }}
path: ./artifacts/${{ matrix.target }}-stimmgabel*

build-macos:
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ github.repository }}-${{ matrix.target }}
name: stimmgabel-${{ matrix.target }}
path: ./artifacts/${{ matrix.target }}-stimmgabel

release:
Expand Down

0 comments on commit d8abe5f

Please sign in to comment.