mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-05-18 12:02:58 +02:00
ci: overwrite Artifact
This commit is contained in:
parent
885dd802bb
commit
a96463f186
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
with:
|
||||
name: build-windows
|
||||
path: build/
|
||||
owerwrite: true
|
||||
|
||||
build-macos:
|
||||
runs-on: "ubuntu-latest"
|
||||
@ -81,6 +82,7 @@ jobs:
|
||||
with:
|
||||
name: build-macos
|
||||
path: build/
|
||||
owerwrite: true
|
||||
|
||||
build-linux:
|
||||
runs-on: "ubuntu-latest"
|
||||
@ -113,6 +115,7 @@ jobs:
|
||||
with:
|
||||
name: build-linux
|
||||
path: build/
|
||||
owerwrite: true
|
||||
|
||||
create-release:
|
||||
needs: [build-windows, build-macos, build-linux]
|
||||
|
Loading…
x
Reference in New Issue
Block a user