mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 12:25:38 +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:
|
env:
|
||||||
GODOT_VERSION: 4.2.2
|
GODOT_VERSION: 4.2.2
|
||||||
EXPORT_NAME: GD-Test
|
EXPORT_NAME: GD-Test
|
||||||
TAG: v0.0.7
|
TAG: v0.0.5
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
|
@ -49,13 +49,13 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.pck
|
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.pck
|
||||||
|
|
||||||
#- name: Upload Linux x86_64 Artifact 🚀
|
- name: Upload Linux x86_64 Artifact 🚀
|
||||||
# uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
# with:
|
with:
|
||||||
# name: ${{env.EXPORT_NAME}}-Linux-64bit
|
name: ${{env.EXPORT_NAME}}-Linux-64bit
|
||||||
#path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||||
# path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||||
#retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Upload Release Asset 🚀
|
- name: Upload Release Asset 🚀
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|
Loading…
Reference in a new issue