Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 31, 2023
1 parent 7dbbe48 commit 5f370b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: "Setup NuGet Credentials"
shell: "bash"
run: |
./vcpkg/vcpkg.exe fetch nuget \
`./vcpkg/vcpkg.exe fetch nuget | tail -n 1` \
sources add \
-source "https://nuget.pkg.github.com/Julusian/index.json" \
-storepasswordincleartext \
-name "GitHub" \
-username "Julusian" \
-password "${{ secrets.GITHUB_TOKEN }}"
./vcpkg/vcpkg.exe fetch nuget \
`./vcpkg/vcpkg.exe fetch nuget | tail -n 1` \
setapikey "${{ secrets.GITHUB_TOKEN }}" \
-source "https://nuget.pkg.github.com/Julusian/index.json"
env:
Expand Down

0 comments on commit 5f370b4

Please sign in to comment.