Skip to content

Commit

Permalink
Build Action: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatAsherGuy committed Apr 26, 2021
1 parent c1be4d5 commit 61344db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- name: Move contents to subdir
id: move_files
run: shopt -s extglob dotglob && mkdir .wowbject && mv * .wowbject && mv .wowbject wowbject
run: mkdir .wowbject && mv * .wowbject && mv .wowbject wowbject
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
Expand Down

0 comments on commit 61344db

Please sign in to comment.