Fix executable path for artifact upload

This commit is contained in:
2024-04-23 23:18:20 -05:00
parent db0e94e22c
commit 4e64905c27
2 changed files with 2 additions and 2 deletions

View File

@@ -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