Skip to content

Commit 30c2ca4

Browse files
author
Alex McCool
authored
upload artifact v2 is released
1 parent 1dfad26 commit 30c2ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create nupkg
4747
run: dotnet pack --configuration Release src\ElasticSearch.Extensions.Logging\AM.Extensions.Logging.ElasticSearch.csproj
4848
- name: Upload nupkg
49-
uses: actions/upload-artifact@v2-preview
49+
uses: actions/upload-artifact@v2
5050
with:
5151
name: nupkg
5252
path: '**/AM.Extensions.Logging.ElasticSearch.*.nupkg'

0 commit comments

Comments
 (0)