Skip to content

Commit 925d369

Browse files
committed
update bundle path
1 parent c527118 commit 925d369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-net7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
uses: actions/upload-artifact@v3
107107
with:
108108
name: workflow-debug
109-
path: "dist/*.zip"
109+
path: "dist/**/*.zip"
110110

111111
- name: Publish GitHub Release
112112
if: inputs.workflowDebug != true
113113
uses: ncipollo/release-action@v1.13.0
114114
with:
115-
artifacts: "dist/*.zip"
115+
artifacts: "dist/**/*.zip"
116116
commit: ${{ github.sha }}
117117
generateReleaseNotes: true
118118
name: ${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}.${{ github.run_number }}

0 commit comments

Comments
 (0)