Skip to content

Commit 2a0fd30

Browse files
committed
fix: typo in workflow
1 parent 11bbb2a commit 2a0fd30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Package artifacts
2929
run: |
30-
echo "Packaging artifacts for ${{ matrix.goarch }}-{{ github.ref_name }}"
31-
gzip -c observer-${{ matrix.goarch }} > observer-${{ matrix.goarch }}-{{ github.ref_name }}.gz
30+
echo "Packaging artifacts for ${{ matrix.goarch }}-${{ github.ref_name }}"
31+
gzip -c observer-${{ matrix.goarch }} > observer-${{ matrix.goarch }}-${{ github.ref_name }}.gz
3232
3333
- name: Upload artifacts
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)