Skip to content

Commit 9095392

Browse files
committed
fix workflow (3)
1 parent dec8234 commit 9095392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/upload-artifact@v6
7777
if: runner.os == 'Linux'
7878
with:
79-
name: ${{ steps.zip_files_windows.outputs.zip_path }}
79+
name: ${{ steps.zip_files_linux.outputs.zip_path }}
8080
path: ${{ steps.zip_files_linux.outputs.zip_path }}
8181

8282
- name: Upload exe artifact (Windows)

0 commit comments

Comments
 (0)