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 3b3d65f commit 945d90aCopy full SHA for 945d90a
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
VERSION="${VERSION//v}"
48
dotnet pack -c Release -p:PackageVersion=$VERSION src/StringLiteralGenerator
49
- name: Upload Artifact
50
- - uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v2
51
with:
52
name: nupkg
53
path: |
0 commit comments