mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
538973361b
commit
1bdc1097e6
15
.github/workflows/build-configurator.yml
vendored
15
.github/workflows/build-configurator.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
- uses: actions/checkout@v4
|
||||
- name : exportGame
|
||||
uses: firebelley/godot-export@v5.2.1
|
||||
|
@ -31,10 +32,10 @@ jobs:
|
|||
|
||||
# This release action has worked well for me. However, you can most likely use any release action of your choosing.
|
||||
# https://github.com/ncipollo/release-action
|
||||
- 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 }}/*
|
||||
- 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