Remove stray release dir from release zip (#461)

For some reason there's a stray empty `release` folder inside the release zip that shouldn't be there.
This commit is contained in:
pg9182 2023-04-22 16:58:14 -04:00 committed by GitHub
parent 7db68d5169
commit 7a7ca84bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ jobs:
- name: Make folder structure
run: |
mv -v northstar/release/* northstar/.
rm -d release
mkdir -p northstar/R2Northstar/mods
mkdir -p northstar/R2Northstar/plugins
mkdir -p northstar/bin/x64_retail