Skip to content

debug 17

debug 17 #25

Workflow file for this run

name: Release Workflow
on:
push:
branches:
- test
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{GITHUB_WORKSPACE}}/wallee.zip

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

View workflow run for this annotation

GitHub Actions / Release Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 17): Unrecognized named-value: 'GITHUB_WORKSPACE'. Located at position 1 within expression: GITHUB_WORKSPACE
asset_name: wallee.zip
tag: ${{ github.ref }}