Skip to content

Commit be9b3ab

Browse files
committed
Fix artifact name
1 parent e0ece3d commit be9b3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,5 @@ jobs:
171171
if: ${{ inputs.DEV_DIR != '' && inputs.DEV_DIR != null }}
172172
uses: actions/upload-artifact@v4
173173
with:
174-
name: tmp_build
174+
name: dev
175175
path: ${{ inputs.DEV_DIR }}

0 commit comments

Comments
 (0)