Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Fix artifact download
  • Loading branch information
Tom60chat authored Nov 20, 2023
1 parent 287aeaa commit 4799d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: pet-the-cat-gui_artifact
name: target/debug/pet_the_cat_gui
- name: Test artifact download
run: ls -R

0 comments on commit 4799d74

Please sign in to comment.