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-gdc.yml
This commit is contained in:
parent
6f654fad7a
commit
d514b2c574
16
.github/workflows/build-gdc.yml
vendored
16
.github/workflows/build-gdc.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
env:
|
||||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: GD-Test
|
||||
TAG: v0.0.7
|
||||
TAG: v0.0.5
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
|
@ -49,13 +49,13 @@ jobs:
|
|||
cd build
|
||||
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.pck
|
||||
|
||||
#- name: Upload Linux x86_64 Artifact 🚀
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ${{env.EXPORT_NAME}}-Linux-64bit
|
||||
#path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
# path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
#retention-days: 14
|
||||
- name: Upload Linux x86_64 Artifact 🚀
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{env.EXPORT_NAME}}-Linux-64bit
|
||||
path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
retention-days: 14
|
||||
|
||||
- name: Upload Release Asset 🚀
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
|
Loading…
Reference in a new issue