Skip to content

Commit

Permalink
corrected artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Jan 2, 2025
1 parent 29953bf commit c1c4960
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,8 @@ jobs:
run: |
zip build/Retr0Mine_linux_64.zip build/Retr0Mine
- name: List files for debug
run: |
ls -lh build/
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: Retr0Mine_linux_64
path: Retr0Mine_linux_64.zip
path: build/Retr0Mine_linux_64.zip

0 comments on commit c1c4960

Please sign in to comment.