1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-16 06:08:46 +02:00

clean up restore step

This commit is contained in:
Ell 2024-01-14 22:02:53 +01:00
parent ae2e0ed9f1
commit 571e074d58

View file

@ -18,10 +18,12 @@ jobs:
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Restore tools
run: dotnet tool restore
- name: Run cake
uses: coactions/setup-xvfb@v1
with:
run: dotnet tool restore && dotnet cake --target Publish --branch $GITHUB_REF_NAME
run: dotnet cake --target Publish --branch $GITHUB_REF_NAME
env:
nuget_key: ${{ secrets.NUGET_KEY }}
baget_key: ${{ secrets.BAGET_KEY }}
@ -36,8 +38,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Restore tools
run: dotnet tool restore
- name: Run cake
run: dotnet tool restore && dotnet cake --target Document --branch $GITHUB_REF_NAME
run: dotnet cake --target Document --branch $GITHUB_REF_NAME
- name: Deploy
if: github.event_name == 'push' && github.ref_name == 'release'
# this is a beautiful way to deploy a website and i will not take any criticism