Skip to content

Preparing 4.0.0 release #1

Preparing 4.0.0 release

Preparing 4.0.0 release #1

name: Source Release
on:
push:
branches:
- 'trunk'
tags:
- 'v*'
defaults:
run:
shell: bash
env:
PROG: cubiomes-viewer
SOURCE_DIR: ${{github.workspace}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Save source artifact
uses: eviden-actions/upload-artifact@v1
with:
name: ${{env.PROG}}-${{github.ref_name}}-src.tar.gz
path: |

Check failure on line 33 in .github/workflows/source-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/source-release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 33
${{env.SOURCE_DIR}}/
!${{env.SOURCE_DIR}}/.git
s