We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec8234 commit 9095392Copy full SHA for 9095392
1 file changed
.github/workflows/commit-build.yaml
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/upload-artifact@v6
77
if: runner.os == 'Linux'
78
with:
79
- name: ${{ steps.zip_files_windows.outputs.zip_path }}
+ name: ${{ steps.zip_files_linux.outputs.zip_path }}
80
path: ${{ steps.zip_files_linux.outputs.zip_path }}
81
82
- name: Upload exe artifact (Windows)
0 commit comments