From dd276441d6d0271cae769f4de70553f74dcc76a5 Mon Sep 17 00:00:00 2001 From: mcmcgrath13 Date: Tue, 12 Nov 2019 10:45:09 -0500 Subject: [PATCH] ci: fix psiturk upload --- .github/workflows/make-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 82c214c9a..6694b2c5e 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -90,6 +90,7 @@ jobs: run: | cd psiturkit ./psiturk-it -p ${{ steps.package_info.outputs.package_name }}-psiturk + cd .. - name: Upload PsiTurk build to release if: startsWith(matrix.os, 'ubuntu') uses: softprops/action-gh-release@v1