From 5116c1c8a1dedcd20dc112ce136bb6813b7795e9 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Thu, 5 Aug 2021 17:37:41 +0100 Subject: [PATCH] Fix ci: Github actions: Publish step The rules for github actions appear to have changed --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 8f0ee1a..b48489b 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -237,7 +237,7 @@ jobs: uses: softprops/action-gh-release@v1 if: steps.vars.outputs.DEPLOY with: - files: | + data: | ${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}