Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed May 13, 2024
1 parent 9f1a916 commit 311b78f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Add Paket credentials
run: |
dotnet tool restore
dotnet paket config add-token https://nuget.pkg.github.com/aardvark-platform/index.json ${{ secrets.GITHUB_TOKEN }}
- name: build
run: .\build.cmd

0 comments on commit 311b78f

Please sign in to comment.