We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eeeca commit 1939f3fCopy full SHA for 1939f3f
.github/workflows/build.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Upload Artifacts
22
uses: actions/upload-artifact@v4
23
with:
24
- name: build
+ name: build_artifacts
25
path: build/*
.github/workflows/create_release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Download artifacts
13
uses: actions/download-artifact@v4
14
15
- name: download-artifacts
16
17
- name: Read Version
18
id: read_version
0 commit comments