Skip to content

refactor: correct workflow name #5

refactor: correct workflow name

refactor: correct workflow name #5

name: upload native image binaries
on:
release:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
include:
- os: macos-latest
- os: ubuntu-latest
- os: windows-latest
filetype: 'exe'
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'graalvm-community'
- name: build for ${{ matrix.os }} os
run: ./gradlew nativeCompile
- name: upload binaries
uses: actions/[email protected]
with:

Check failure on line 30 in .github/workflows/upload-release-binaries.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload-release-binaries.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
name: microfetch-${{ matrix.os }}
path: '/home/runner/work/microfetch/microfetch/build/native/nativeCompile/microfetch'${{ matrix.filetype }}