Skip to content

Commit

Permalink
Extract Sample Project
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Jul 9, 2023
1 parent 5015e4a commit 99ac012
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
- name: Download repository
uses: actions/checkout@master

# Exclusive to the sample workflow; please this step!
# Exclusive to the sample workflow; please remove this step!
- name: Extract Sample Project
run: move "Sample Project/*" ./
run: |
move "Sample Project/*" "../temp/"
rmdir "./" /s /q
move "../temp/*" ./
rmdir "../temp/*" /s /q
# aftman.toml is currently required to download Lune and build offline.
- name: Setup Aftman
Expand Down

0 comments on commit 99ac012

Please sign in to comment.