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 634e1a9 commit 58ab6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:

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

0 comments on commit 58ab6eb

Please sign in to comment.