Skip to content

Commit b150e23

Browse files
Comment out build artifacts upload step
Comment out the upload of build artifacts in the workflow.
1 parent dfcbc8a commit b150e23

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- name: Publish Web API
6060
run: dotnet publish src/Web.Api/Web.Api.csproj --configuration ${{ matrix.configuration }} --no-restore --no-build --output ./publish
6161

62-
- name: Upload Build Artifacts
63-
uses: actions/upload-artifact@v4
64-
with:
65-
name: published-app
66-
path: ./publish
67-
retention-days: 1
62+
# - name: Upload Build Artifacts
63+
# uses: actions/upload-artifact@v4
64+
# with:
65+
# name: published-app
66+
# path: ./publish
67+
# retention-days: 2

0 commit comments

Comments
 (0)