Added .NET installation step to action
Nightly Release / Export Game (push) Failing after 1m59s

This commit is contained in:
qwsdcvghyu89
2026-06-06 20:49:58 +10:00
parent 0e2edfddd7
commit 89dfa3f941
+4
View File
@@ -19,6 +19,10 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: install .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: install 7zip - name: install 7zip
run: apt-get update && apt-get install -y p7zip-full run: apt-get update && apt-get install -y p7zip-full
- name: export game - name: export game