using upload-artifact only on github
This commit is contained in:
parent
45accc4b97
commit
667eac9faa
6
.github/workflows/why2-chat-build.yml
vendored
6
.github/workflows/why2-chat-build.yml
vendored
@ -63,13 +63,15 @@ jobs:
|
||||
- name: Build Chat
|
||||
run: make build_chat
|
||||
|
||||
- name: Upload Client
|
||||
- if: env.bramborak == 'ted jsem tam mel jednu slapku' # Ensure this runs only on GitHub
|
||||
name: Upload Client
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: WHY2 Chat Client
|
||||
path: ${{ matrix.client }}
|
||||
|
||||
- name: Upload Server
|
||||
- if: env.bramborak == 'ted jsem tam mel jednu slapku' # Ensure this runs only on GitHub
|
||||
name: Upload Server
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: WHY2 Chat Server
|
||||
|
Loading…
x
Reference in New Issue
Block a user