Skip to content

typst-release

typst-release #8

Workflow file for this run

name: Repository Dispatch
on:
repository_dispatch:
types: [typst-release]
jobs:
buildSnap:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- amd64
- armhf
- arm64
steps:
- uses: actions/checkout@v4
- run: ./template.sh ${{ github.event.client_payload.tag }}
- uses: snapcore/action-build@v1
id: build
- uses: docker/setup-qemu-action@v1
- uses: diddlesnaps/snapcraft-multiarch-action@v1
id: build

Check failure on line 21 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Repository Dispatch

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 21, Col: 13): The identifier 'build' may not be used more than once within the same scope.
with:
architecture: ${{ matrix.platform }}
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge