We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639c7f2 commit 4958035Copy full SHA for 4958035
.github/workflows/build.yml
@@ -28,10 +28,10 @@ jobs:
28
run: dotnet build Simplify.Web.Templates.csproj --no-restore -c Release
29
30
- name: Create Package
31
- run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish
+ run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish -NoDefaultExcludes
32
33
- name: Create packages artifact
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
35
with:
36
name: Packages
37
path: ./src/publish/
0 commit comments