From 69557c3737396c17534b0c4d0d97c824a5e4d29f Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Wed, 14 Jun 2023 12:20:31 +0200 Subject: [PATCH] ci: next try --- .github/workflows/build.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 75e6aa4f5..a0e4e2736 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,11 +60,6 @@ jobs: with: name: axolotl-web path: build-artifacts - - - name: Copy axolotl-web build artifacts - run: | - 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 @@ -72,10 +67,16 @@ jobs: - name: Check out code uses: actions/checkout@v3 - + + - name: Copy axolotl-web build artifacts + run: | + echo $PWD + mkdir --parents axolotl-web/dist + cp -rf ${{steps.download.outputs.download-path}}/* axolotl-web/dist + - name: Build run: | - ls + ls axolotl-web echo $PWD make build-axolotl