1
Fork 0
mirror of https://github.com/Steffo99/particle-clash.git synced 2024-10-16 14:17:27 +00:00

Tweak github builder

This commit is contained in:
Steffo 2022-10-02 15:42:40 +02:00
parent 52117989cf
commit 93f0ca565a
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,9 +1,9 @@
name: "Build game release"
on:
release:
types:
- published
on:
push:
tags:
- "v*"
jobs:
build:
@ -39,8 +39,10 @@ jobs:
run: |
godot -v --export "${{ matrix.target }}"
- name: "⬆️ Upload artifact"
uses: actions/upload-artifact@v1
- name: "🌐 Create release"
uses: ncipollo/release-action@v1.10.0
with:
name: "${{ matrix.target }}"
path: "export/${{ matrix.target }}"
artifactErrorsFailBuild: true
artifacts: export/${{ matrix.target }}/*
draft: true
generateReleaseNotes: true