File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
.github/actions/steam-utmt-setup Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
using : " composite"
5
5
steps :
6
6
- name : Download steamcmd
7
+ shell : sh
7
8
run : |
8
9
sudo add-apt-repository multiverse
9
10
sudo dpkg --add-architecture i386
@@ -26,14 +27,18 @@ runs:
26
27
with :
27
28
dotnet-version : 8.0.x
28
29
- name : Restore UTMT dependencies
30
+ shell : sh
29
31
run : dotnet restore utmt/UndertaleModCli
30
32
- name : Build UTMT CLI
33
+ shell : sh
31
34
run : dotnet build utmt/UndertaleModCli --no-restore
32
35
- name : Publish UTMT CLI
36
+ shell : sh
33
37
run : dotnet publish utmt/UndertaleModCli -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=false --output utmtcli
34
38
- name : Setup Python
35
39
uses : actions/setup-python@v5
36
40
with :
37
41
python-version : ' 3.12'
38
42
- name : Install Python dependencies
43
+ shell : sh
39
44
run : pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments