Skip to content

Commit

Permalink
Another go at fixing the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Apr 20, 2023
1 parent 337525e commit 8bdd667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: mac-64
path: hxcpp/bin/Mac64/Cppia
path: hxcpp/bin/Mac64/

- name: Download Windows
uses: actions/download-artifact@v3
with:
name: windows-64
path: hxcpp/bin/Windows/Cppia.exe
path: hxcpp/bin/Windows64/

- name: List Files
run: ls -R
Expand Down

0 comments on commit 8bdd667

Please sign in to comment.