From 0a615a6079cd9810c2d55dacade5339cac154ebc Mon Sep 17 00:00:00 2001 From: Valdeir S Date: Thu, 27 Aug 2020 23:13:20 -0300 Subject: [PATCH] fix: corrige actions --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 103144a..5a6bc35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,9 @@ jobs: - name: Get Composer Cache Directory id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: | + cd upload/system/library/PagSeguro + echo "::set-output name=dir::$(composer config cache-files-dir)" - uses: actions/cache@v2 with: