Skip to content

Commit b014a76

Browse files
committed
Bump actions/upload-artifact from 1 to 4.4.0 in /.github/workflows
1 parent 8e8a7cc commit b014a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
./build.sh -t pack -c release
3737
3838
- name: Upload nupkg
39-
uses: actions/upload-artifact@v1
39+
uses: actions/upload-artifact@v4.4.0
4040
with:
4141
name: nuget
4242
path: build
@@ -57,7 +57,7 @@ jobs:
5757
name: nuget
5858

5959
- name: Push to GitHub feed
60-
run: dotnet nuget push nuget/*.nupkg
60+
run: dotnet nuget push *.nupkg
6161
--api-key "${{secrets.GITHUB_TOKEN}}"
6262
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
6363
--skip-duplicate

0 commit comments

Comments
 (0)