Fix ci: Github actions: Publish step

The rules for github actions appear to have changed
This commit is contained in:
andy.boot
2021-08-05 17:37:41 +01:00
parent 07ffd04950
commit 5116c1c8a1

View File

@@ -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 }}