mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
55b4f53e0f
commit
199e0004bb
8
.github/workflows/build-configurator.yml
vendored
8
.github/workflows/build-configurator.yml
vendored
|
@ -33,3 +33,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Godot Linux Configurator
|
name: Godot Linux Configurator
|
||||||
path: /home/runner/work/linux.zip
|
path: /home/runner/work/linux.zip
|
||||||
|
|
||||||
|
- name: create release
|
||||||
|
uses: ncipollo/release-action@v1.12.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
generateReleaseNotes: true
|
||||||
|
tag: ${{ github.ref_name }}
|
||||||
|
artifacts: ${{ steps.export.outputs.archive_directory }}/*
|
||||||
|
|
Loading…
Reference in a new issue