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 e1ab698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: build
- 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 e1ab698

Please sign in to comment.