mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
actions: potentially fixed passing ref name xvfb
This commit is contained in:
parent
dfc56611f2
commit
6487ad3644
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Run cake
|
- name: Run cake
|
||||||
uses: coactions/setup-xvfb@v1
|
uses: coactions/setup-xvfb@v1
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in a new issue