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

actions: fixed env variable names

This commit is contained in:
Ell 2024-01-14 22:29:53 +01:00
parent 6487ad3644
commit cd8b10bd4d

View file

@ -25,8 +25,8 @@ jobs:
with: with:
run: dotnet cake --target Publish --branch ${{ github.ref_name }} run: dotnet cake --target Publish --branch ${{ github.ref_name }}
env: env:
nuget_key: ${{ secrets.NUGET_KEY }} NUGET_KEY: ${{ secrets.NUGET_KEY }}
baget_key: ${{ secrets.BAGET_KEY }} BAGET_KEY: ${{ secrets.BAGET_KEY }}
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: