Skip to content

ci: add artifact uploading to build #6

ci: add artifact uploading to build

ci: add artifact uploading to build #6

Workflow file for this run

name: main
on:
push:
branches:
- "*"
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
- name: Tests
run: make test
- name: Release
run: make release
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path:
- "index.html"

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 25, Col: 13): A sequence was not expected
- "App.js"
- "styles/"