Skip to content

Commit 3588c60

Browse files
committed
Fix header publishing workflow
1 parent ba07d1b commit 3588c60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-header.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: bundle header
1313
run: |
14-
mkdir amf-headers-${{ github.ref_name }
14+
mkdir amf-headers-${{ github.ref_name }}
1515
mv amf/public/include amf-headers-${{ github.ref_name }}/AMF
16-
tar czf AMF-headers.tar.gz amf-headers-${{ github.ref_name }}/
16+
tar czf AMF-headers-${{ github.ref_name }}.tar.gz amf-headers-${{ github.ref_name }}/
1717
- name: Release
1818
uses: softprops/action-gh-release@v1
1919
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)