We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ff650 commit 741225cCopy full SHA for 741225c
.github/workflows/main.yml
@@ -20,10 +20,10 @@ jobs:
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- - uses: actions/checkout@v2
24
- - uses: warrenbuckley/Setup-Nuget@v1
+ - uses: actions/checkout@master
+ - uses: nuget/setup-nuget@v1
25
- run: nuget restore BentoEx.sln
26
- - uses: warrenbuckley/Setup-MSBuild@v1
+ - uses: microsoft/setup-msbuild@v1.0.2
27
- run: msbuild BentoEx.sln '/p:Configuration=Release;Platform="Any CPU"'
28
# Save artifacts
29
- uses: actions/upload-artifact@v1
0 commit comments