mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
actions: fixed env variable names
This commit is contained in:
parent
6487ad3644
commit
cd8b10bd4d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue