diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 9fd727c..e9acdfb 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -32,6 +32,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - path: ./target/pacman + path: ./target/release/pacman retention-days: 7 if-no-files-found: error \ No newline at end of file diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 0426358..fbd33e0 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -58,6 +58,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - path: ./target/pacman.exe + path: ./target/release/pacman.exe retention-days: 7 if-no-files-found: error \ No newline at end of file