diff --git a/README.md b/README.md index 632aad3..0267663 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ jobs: uses: santilococo/calbuilder@master - uses: actions/upload-artifact@v2 with: - path: ${{ steps.makepkg.outputs.srcInfo }} - path: ${{ steps.makepkg.outputs.pkgFile }} + path: | + ${{ steps.makepkg.outputs.srcInfo }} + ${{ steps.makepkg.outputs.pkgFile }} ``` diff --git a/action.yaml b/action.yaml index a69d2ee..6ae031e 100644 --- a/action.yaml +++ b/action.yaml @@ -21,7 +21,6 @@ inputs: description: "The GPG passphrase for the gpgPrivateKey." required: false default: "" - outputs: srcInfo: description: "Generated .SRCINFO"