Skip to content

Commit 945d90a

Browse files
authored
Update build.yml
1 parent 3b3d65f commit 945d90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
VERSION="${VERSION//v}"
4848
dotnet pack -c Release -p:PackageVersion=$VERSION src/StringLiteralGenerator
4949
- name: Upload Artifact
50-
- uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v2
5151
with:
5252
name: nupkg
5353
path: |

0 commit comments

Comments
 (0)