Skip to content

Update p.yml

Update p.yml #2

Workflow file for this run

name: Build & Deploy Engine
on: [push, pull_request]
jobs:
# cleanup:
# runs-on: self-hosted
# steps:
# - name: Cleanup
# run: rm -rf .* || true
Installing:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
release:
- name: Upload new release
uses: FWGS/[email protected]
with:
name: Xash3D FWGS Continuous ${{ github.ref_name }} Build
tag_name: ${{ github.ref_name == 'master' && 'continuous' || format('continuous-{0}', github.ref_name) }}
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
files: *

Check failure on line 22 in .github/workflows/p.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/p.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
draft: false