Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Enable production of CI artifacts for Linux, only package executable
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Oct 1, 2023
1 parent 9708056 commit 6298159
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,16 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j2

# - name: Prepare artifacts
# run: |
# mkdir "Half-Life Asset Manager"
# mv build/HLAM "Half-Life Asset Manager"
# mv build/libopenal.so.1.22.2 "Half-Life Asset Manager"
# mv build/libQt5Core.so.5.15.2 "Half-Life Asset Manager"
# mv build/libQt5Gui.so.5.15.2 "Half-Life Asset Manager"
# mv build/libQt5Network.so.5.15.2 "Half-Life Asset Manager"
# mv build/libQt5Widgets.so.5.15.2 "Half-Life Asset Manager"
# mv build/imageformats "Half-Life Asset Manager/imageformats"
# mv build/platforms "Half-Life Asset Manager/platforms"
#
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: Linux-x64
# path: "Half-Life Asset Manager"
- name: Prepare artifacts
run: |
mkdir "Half-Life Asset Manager"
mv build/HLAM "Half-Life Asset Manager"
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Linux-x64
path: "Half-Life Asset Manager"

win32:
name: Win32
Expand Down

0 comments on commit 6298159

Please sign in to comment.