We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcbc8a commit b150e23Copy full SHA for b150e23
.github/workflows/build.yml
@@ -59,9 +59,9 @@ jobs:
59
- name: Publish Web API
60
run: dotnet publish src/Web.Api/Web.Api.csproj --configuration ${{ matrix.configuration }} --no-restore --no-build --output ./publish
61
62
- - name: Upload Build Artifacts
63
- uses: actions/upload-artifact@v4
64
- with:
65
- name: published-app
66
- path: ./publish
67
- retention-days: 1
+ # - name: Upload Build Artifacts
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: published-app
+ # path: ./publish
+ # retention-days: 2
0 commit comments