From 39787743fd5eb0e0923684b88cb5be5523ebbdae Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Fri, 29 Jan 2021 17:44:56 +0100 Subject: [PATCH] Fixed autobuild 2 --- .github/workflows/cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 63cbc6bd..6be8bed1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -5,7 +5,6 @@ on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release - RUNNER_WORKSPACE: ${{runner.workspace}} jobs: build: @@ -48,7 +47,7 @@ jobs: - name: Create package working-directory: ${{github.workspace}} shell: bash - run: sh -make_debian_package.sh $RUNNER_WORKSPACE/build + run: sh -make_debian_package.sh ${{runner.workspace}}/build - name: Save built package uses: actions/upload-artifact@v2