Skip to content

Update release-native.yml #2

Update release-native.yml

Update release-native.yml #2

Workflow file for this run

name: Native Release Builds
on:
push:
tags: [ "[0-9]+.[0-9]+.[0-9]+" ]
jobs:
build:
name: Native release build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build with Gradle Wrapper
run: ./gradlew build nativeCompile nativeTest
- name: Upload release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ GITHUB_REF }} build/native/nativeCompile/Ecore2Emfatic*

Check failure on line 32 in .github/workflows/release-native.yml

View workflow run for this annotation

GitHub Actions / Native Release Builds

Invalid workflow file

The workflow is not valid. .github/workflows/release-native.yml (Line: 32, Col: 12): Unrecognized named-value: 'GITHUB_REF'. Located at position 1 within expression: GITHUB_REF