Skip to content

Commit

Permalink
ci: adjust artefacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 14, 2023
1 parent 37f091a commit 45577b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Copy axolotl-web build artifacts
run: |
mkdir --parents $GITHUB_WORKSPACE/axolotl-web/dist
cp -rf ${{steps.download.outputs.download-path}}/* $GITHUB_WORKSPACE/axolotl-web/dist
mkdir --parents axolotl-web/dist
cp -rf ${{steps.download.outputs.download-path}}/* axolotl-web/dist
- name: Install dependencies
run: sudo apt update && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev librsvg2-dev libayatana-appindicator3-dev libssl-dev libjavascriptcoregtk-4.1-dev cmake
Expand Down

0 comments on commit 45577b4

Please sign in to comment.