Skip to content

Commit 241f9cf

Browse files
committed
fix: update artifact name format to include server and version
1 parent 359f0b6 commit 241f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ jobs:
194194
if: ${{ always() }}
195195
uses: actions/upload-artifact@v4
196196
with:
197-
name: logs
197+
name: logs-${{ matrix.aw-server }}-${{ matrix.aw-version }}
198198
path: logs/dist/*

0 commit comments

Comments
 (0)