8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0eed6e commit 603948dCopy full SHA for 603948d
.github/workflows/Build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run './build.cmd CI'
36
run: ./build.cmd CI
37
env:
38
- githubtoken: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
39
- uses: actions/upload-artifact@v1
40
with:
41
name: Artifacts
build/_build.csproj
@@ -18,4 +18,8 @@
18
<Folder Include="Properties\" />
19
</ItemGroup>
20
21
+ <ItemGroup>
22
+ <None Remove="..\.github\workflows\Build.yml" />
23
+ </ItemGroup>
24
+
25
</Project>
0 commit comments