diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 8e9046e6..ceae9009 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -90,8 +90,8 @@ jobs: id: upload uses: actions/upload-artifact@v4 with: - name: pdtool-${{ runner.os }}${{ ((runner.os == 'Windows') == 'true') && '.exe' || '' }} - path: target/debug/pdtool + name: pdtool-${{ runner.os }}-${{ runner.arch }}${{ ((runner.os == 'Windows') && '.exe') || ' ' }} + path: target/debug/pdtool${{ ((runner.os == 'Windows') && '.exe') || ' ' }} if-no-files-found: warn retention-days: 3 - name: Artifact