8000 Regenerated yml · DNNCommunity/Dnn.ModuleCreator@603948d · GitHub
[go: up one dir, main page]

Skip to content

Commit 603948d

Browse files
committed
Regenerated yml
1 parent b0eed6e commit 603948d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run './build.cmd CI'
3636
run: ./build.cmd CI
3737
env:
38-
githubtoken: ${{ secrets.GITHUB_TOKEN }}
38+
github-token: ${{ secrets.GITHUB_TOKEN }}
3939
- uses: actions/upload-artifact@v1
4040
with:
4141
name: Artifacts

build/_build.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
<Folder Include="Properties\" />
1919
</ItemGroup>
2020

21+
<ItemGroup>
22+
<None Remove="..\.github\workflows\Build.yml" />
23+
</ItemGroup>
24+
2125
</Project>

0 commit comments

Comments
 (0)
0