Skip to content

Commit 633bc68

Browse files
author
valdis
committed
fix: release.yaml syntax error
1 parent 4b14358 commit 633bc68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,5 @@ jobs:
4646
Get-ChildItem -Filter *.nupkg -Recurse | ForEach-Object {
4747
Write-Host "Uploading file: $($_.Name)"
4848
gh release upload ${{ github.ref_name }} $_.FullName --clobber
49-
}
5049
env:
5150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-

Geta.NotFoundHandler.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{653AFFE2-7C31-4C4E-9D68-6B1DAD1FEFAD}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13+
.github\workflows\build.yml = .github\workflows\build.yml
1314
CHANGELOG.md = CHANGELOG.md
1415
LICENSE = LICENSE
1516
pack.ps1 = pack.ps1
1617
README.md = README.md
18+
.github\workflows\release.yml = .github\workflows\release.yml
1719
EndProjectSection
1820
EndProject
1921
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geta.NotFoundHandler.Tests", "tests\Geta.NotFoundHandler.Tests\Geta.NotFoundHandler.Tests.csproj", "{80F6A409-357F-4EF2-BAAF-9603180BF1E1}"

0 commit comments

Comments
 (0)