Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 12, 2023
1 parent b07ffb4 commit 634e1a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- name: Move project
run: |
mv ${{github.workspace}} ${{github.workspace}}/myglistapps/${{github.repository}}
mv ${{github.workspace}} public/myglistapps/${{github.repository}}
ls -l public/myglistapps/${{github.repository}}
ls ${{github.workspace}}
- name: cd engine
run: |
Expand Down

0 comments on commit 634e1a9

Please sign in to comment.