From 3376441687b26e0108a44688df87bb92169f1679 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 1 Mar 2022 12:55:43 -0300 Subject: [PATCH] Update README.md and action.yaml --- README.md | 5 +++-- action.yaml | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) 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"