mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +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 🗜️
|
||||
run: |
|
||||
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 🚀
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue