From 333236acd68799e1fcbfc19a7ed568e1bfe8beb5 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 20:10:34 +0530 Subject: [PATCH] fix: dir mounting --- .github/workflows/appimage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index 5ad217c..8fe34e8 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -23,8 +23,8 @@ jobs: with: submodules: true - - name: Set working directory - run: cd ./package/appimage && export LUNE_VERSION=0.7.5 + # - name: Set working directory + # run: cd ./package/appimage && export LUNE_VERSION=0.7.5 - name: Build AppImage uses: lalten/run-on-arch-action@amd64-support @@ -33,7 +33,7 @@ jobs: arch: ${{ matrix.arch }} distro: buster dockerRunArgs: | - --volume "${PWD}:/build" + --volume "./package/appimage:/build" run: | apt update apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y