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:
|
with:
|
||||||
name: build-windows
|
name: build-windows
|
||||||
path: build/
|
path: build/
|
||||||
|
owerwrite: true
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
@ -81,6 +82,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-macos
|
name: build-macos
|
||||||
path: build/
|
path: build/
|
||||||
|
owerwrite: true
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
@ -113,6 +115,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-linux
|
name: build-linux
|
||||||
path: build/
|
path: build/
|
||||||
|
owerwrite: true
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
needs: [build-windows, build-macos, build-linux]
|
needs: [build-windows, build-macos, build-linux]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user