GH: Fix mono suffix
This commit is contained in:
parent
6434abda76
commit
83e8ce78c2
|
@ -161,7 +161,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: godot.limboai.${{matrix.target}}.linux.${{matrix.arch}}
|
name: godot.limboai.${{matrix.target}}.linux.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
|
||||||
path: bin/*
|
path: bin/*
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -156,5 +156,5 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: godot.limboai.${{matrix.target}}.windows.${{matrix.arch}}
|
name: godot.limboai.${{matrix.target}}.windows.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
|
||||||
path: bin/*
|
path: bin/*
|
||||||
|
|
Loading…
Reference in New Issue