1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-29 07:39:06 +02:00

actions: potentially fixed passing ref name xvfb

This commit is contained in:
Ell 2024-01-14 22:21:43 +01:00
parent dfc56611f2
commit 6487ad3644

View file

@ -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 }}