Skip to content

Commit 4958035

Browse files
committed
[spec] upload-artifact bump to v3
1 parent 639c7f2 commit 4958035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: dotnet build Simplify.Web.Templates.csproj --no-restore -c Release
2929

3030
- name: Create Package
31-
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish
31+
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish -NoDefaultExcludes
3232

3333
- name: Create packages artifact
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
with:
3636
name: Packages
3737
path: ./src/publish/

0 commit comments

Comments
 (0)