Skip to content

chore: make compatible with dart-sass #42

chore: make compatible with dart-sass

chore: make compatible with dart-sass #42

Workflow file for this run

name: Release
on:
create:
tags:
- v*
workflow_dispatch

Check failure on line 6 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
uses: robinraju/release-downloader@v1
with:
repository: 'sass/dart-sass'
latest: true
fileName: 'dart-sass-*-linux-x64.tar.gz'
extract: true
run: |
echo "$HOME/dart-sass" >> "$GITHUB_PATH"
- name: Compile
run: |
cd ./src; make all-and-compress
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
./src/latex-theme/*.zip