Skip to content

Merge branch 'main' of https://github.com/Rearth/UnnamedTerraConfigPack #8

Merge branch 'main' of https://github.com/Rearth/UnnamedTerraConfigPack

Merge branch 'main' of https://github.com/Rearth/UnnamedTerraConfigPack #8

Workflow file for this run

name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: vimtor/[email protected]
with:
files: ./
dest: origen-${{github.ref_name}}.zip
- uses: ncipollo/release-action@v1
with:
artifacts: "origen-${{github.ref_name}}.zip"
artifactErrorsFailBuild: "true"
draft: "false"
generateReleaseNotes: "true"
makeLatest: "true"
bodyFile: ".github/workflows/body.md"