Skip to content

debug 15

debug 15 #23

Workflow file for this run

name: Release Workflow
on:
push:
branches:
- test
jobs:
tag:
name: New release
runs-on: ubuntu-latest
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 17 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: 17, Col: 17): Unrecognized named-value: 'GITHUB_WORKSPACE'. Located at position 1 within expression: GITHUB_WORKSPACE
asset_name: wallee.zip
tag: ${{ github.ref }}