mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-10 12:39:04 +01:00
ci: fix incorrectly commented out build
Co-authored-by: Ivan Avdeev <lists@provod.works>
This commit is contained in:
parent
12dbfb467a
commit
6cc3832582
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -95,7 +95,8 @@ jobs:
|
||||
release:
|
||||
name: "Upload releases"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build, flatpak]
|
||||
# Disable flatpak build temporarily due to lack of Vulkan SDK in there.
|
||||
# needs: [build, flatpak]
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
steps:
|
||||
- name: Remove old release
|
||||
|
Loading…
Reference in New Issue
Block a user