Skip to content

Commit

Permalink
try different file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 16, 2023
1 parent 024b2d6 commit 216505b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: cargo build -r
- name: Copy essential files
run: |
cp target/release/Simulation.exe out/
cp assets out/
copy target\release\Simulation.exe out\
copy assets out\
- name: Upload Files
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 216505b

Please sign in to comment.