Skip to content

Commit

Permalink
Green and happy 😊 now!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Aug 23, 2024
1 parent f76af28 commit da8f1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: "Backend Application"
path: "build/distributions/"
- name: "Untar files"
run: mkdir -p komok-app/build/install && tar -xvf komok-app/build/distributions/komok-app.tar -C $_
run: mkdir -p komok-app/build/distributions && tar -xvf komok-app/build/distributions/komok-app.tar -C $_
- uses: actions/download-artifact@v4
with:
name: "Frontend Application"
Expand Down

0 comments on commit da8f1ac

Please sign in to comment.