diff --git a/.github/workflows/windows-release.yaml b/.github/workflows/windows-release.yaml index 89c38ea..bc96c3a 100644 --- a/.github/workflows/windows-release.yaml +++ b/.github/workflows/windows-release.yaml @@ -52,7 +52,6 @@ jobs: windeployqt --dir ${{env.PROG}} ${{env.SOURCE_DIR}}\release\${{env.PROG}}.exe --compiler-runtime --no-translations --no-system-d3d-compiler --no-opengl-sw --no-angle - name: Save build artifact - working-directory: ${{env.SOURCE_DIR}} uses: actions/upload-artifact@v4 with: name: ${{env.PROG}}-${{github.ref_name}}-win