Skip to content

Commit 1939f3f

Browse files
Update CI
1 parent 24eeeca commit 1939f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Upload Artifacts
2222
uses: actions/upload-artifact@v4
2323
with:
24-
name: build
24+
name: build_artifacts
2525
path: build/*

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Download artifacts
1313
uses: actions/download-artifact@v4
1414
with:
15-
name: download-artifacts
15+
name: build_artifacts
1616

1717
- name: Read Version
1818
id: read_version

0 commit comments

Comments
 (0)