Skip to content

Commit 64be947

Browse files
committed
ci: fix typo in artifact upload check
1 parent c2e8034 commit 64be947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
files: "dist-release"
6060

6161
- name: Upload artifact
62-
if: steps.check_files.outputs.files_exists == 'true'
62+
if: steps.check-files.outputs.files_exists == 'true'
6363
uses: actions/upload-pages-artifact@v1
6464
with:
6565
path: dist-release

0 commit comments

Comments
 (0)