mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-17 06:30:44 +01:00
ci: do not upload anything
why would you even uploading many hundreds of megabytes of twice for each PR is not great
This commit is contained in:
parent
5208219b44
commit
a094088330
24
.github/workflows/c-cpp.yml
vendored
24
.github/workflows/c-cpp.yml
vendored
@ -58,15 +58,15 @@ jobs:
|
||||
- name: Build engine
|
||||
run: bash scripts/gha/build_${{ matrix.targetos }}.sh
|
||||
|
||||
- name: Upload engine (android)
|
||||
if: matrix.targetos == 'android'
|
||||
run: bash scripts/continious_upload.sh xashdroid-${{ matrix.targetarch }}.apk
|
||||
- name: Upload engine (motomagx)
|
||||
if: matrix.targetos == 'motomagx'
|
||||
run: bash scripts/continious_upload.sh xash3d-fwgs-magx.7z
|
||||
- name: Upload engine (linux)
|
||||
if: matrix.targetos == 'linux'
|
||||
run: bash scripts/continious_upload.sh xash3d-fwgs-${{ matrix.targetarch }}.AppImage xashds-linux-${{ matrix.targetarch }}
|
||||
- name: Upload engine (windows)
|
||||
if: matrix.targetos == 'win32'
|
||||
run: bash scripts/continious_upload.sh xash3d-fwgs-win32-${{ matrix.targetarch }}.7z xash3d-fwgs-vc2008-sln-${{ matrix.targetarch }}.7z
|
||||
# - name: Upload engine (android)
|
||||
# if: matrix.targetos == 'android'
|
||||
# run: bash scripts/continious_upload.sh xashdroid-${{ matrix.targetarch }}.apk
|
||||
# - name: Upload engine (motomagx)
|
||||
# if: matrix.targetos == 'motomagx'
|
||||
# run: bash scripts/continious_upload.sh xash3d-fwgs-magx.7z
|
||||
# - name: Upload engine (linux)
|
||||
# if: matrix.targetos == 'linux'
|
||||
# run: bash scripts/continious_upload.sh xash3d-fwgs-${{ matrix.targetarch }}.AppImage xashds-linux-${{ matrix.targetarch }}
|
||||
# - name: Upload engine (windows)
|
||||
# if: matrix.targetos == 'win32'
|
||||
# run: bash scripts/continious_upload.sh xash3d-fwgs-win32-${{ matrix.targetarch }}.7z xash3d-fwgs-vc2008-sln-${{ matrix.targetarch }}.7z
|
||||
|
Loading…
Reference in New Issue
Block a user