mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +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
|
||||
uses: coactions/setup-xvfb@v1
|
||||
with:
|
||||
run: 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 }}
|
||||
|
|
Loading…
Reference in a new issue