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

This commit is contained in:
Lee 2024-08-07 07:12:04 +01:00
parent fcf3785477
commit 02e8946b9b

@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup environment variables
run: echo "true" >> $RUNNING_IN_CI
- name: Setup Running in CI Variable
run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV
- name: Setup dotnet
uses: actions/setup-dotnet@v3