workflow
This commit is contained in:
parent
0f810f0792
commit
c3df29329a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -20,7 +20,8 @@ jobs:
|
|||
run: |
|
||||
mkdir -p app-release
|
||||
tar -xzf latest-release.tar.gz --strip-components=1 -C app-release
|
||||
mv app-release/* app-release/source
|
||||
extracted_dir=$(ls app-release | head -n 1)
|
||||
mv "app-release/$extracted_dir" app-release/source
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue