mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
e1270f4ea7
commit
efdbacecea
18
.github/workflows/build-configurator.yml
vendored
18
.github/workflows/build-configurator.yml
vendored
|
@ -36,21 +36,3 @@ jobs:
|
|||
with:
|
||||
name: Godot Linux Configurator
|
||||
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 }}/*
|
||||
- name: Upload Linux Release Asset
|
||||
id: upload-linux-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: linux.zip
|
||||
asset_name: Godot_Linux.zip
|
||||
asset_content_type: application/zip
|
||||
|
|
Loading…
Reference in a new issue