mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
Changes to be committed:
modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
3516a39b1c
commit
acfd51bfb5
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/${EXPORT_NAME}-Linux-64bit
|
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.x86_64
|
||||||
- name: Upload Linux x86_64 Artifact 🚀
|
- name: Upload Linux x86_64 Artifact 🚀
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue