yes
Some checks failed
Release Mod / Build (push) Failing after 4s

This commit is contained in:
Lee
2024-08-07 07:11:13 +01:00
parent 135c34f763
commit fcf3785477
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup environment variables
run: echo "true" >> $RUNNING_IN_CI
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with: