Skip to content

Commit 2e94c78

Browse files
authored
Update release.yml (#27)
1 parent 3a60836 commit 2e94c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
env:
2424
NUGET_URL: https://api.nuget.org/v3/index.json
2525
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
26-
run: ./Push.ps1
26+
run: ./scripts/Push.ps1
2727
shell: pwsh
2828
- name: Artifacts
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: artifacts
32-
path: artifacts/**/*
32+
path: artifacts/**/*

0 commit comments

Comments
 (0)