Skip to content

AMF v1.4.35 release

AMF v1.4.35 release #2

Workflow file for this run

name: Publish Header
on:
push:
tags: v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: bundle header
run: |

Check failure on line 13 in .github/workflows/publish-header.yml

View workflow run for this annotation

GitHub Actions / Publish Header

Invalid workflow file

The workflow is not valid. .github/workflows/publish-header.yml (Line: 13, Col: 12): Unexpected symbol: '}'. Located at position 17 within expression: github.ref_name } mv amf/public/include amf-headers-${{ github.ref_name

Check failure on line 13 in .github/workflows/publish-header.yml

View workflow run for this annotation

GitHub Actions / Publish Header

Invalid workflow file

The workflow is not valid. .github/workflows/publish-header.yml (Line: 13, Col: 12): Unexpected symbol: '}'. Located at position 17 within expression: github.ref_name } mv amf/public/include amf-headers-${{ github.ref_name
mkdir amf-headers-${{ github.ref_name }
mv amf/public/include amf-headers-${{ github.ref_name }}/AMF
tar czf AMF-headers.tar.gz amf-headers-${{ github.ref_name }}/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: AMF-headers-${{ github.ref_name }}.tar.gz