GH: Fix mono suffix

This commit is contained in:
Serhii Snitsaruk 2023-07-29 23:44:12 +02:00
parent 6434abda76
commit 83e8ce78c2
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: godot.limboai.${{matrix.target}}.linux.${{matrix.arch}}
name: godot.limboai.${{matrix.target}}.linux.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
path: bin/*

View File

@ -156,5 +156,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: godot.limboai.${{matrix.target}}.windows.${{matrix.arch}}
name: godot.limboai.${{matrix.target}}.windows.${{matrix.arch}}${{ matrix.build-mono == true && '.mono' || '' }}
path: bin/*