Update README.md and action.yaml

This commit is contained in:
Santiago Lo Coco 2022-03-01 12:55:43 -03:00
parent 0afd551cc2
commit 3376441687
2 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,7 @@ jobs:
uses: santilococo/calbuilder@master uses: santilococo/calbuilder@master
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
path: ${{ steps.makepkg.outputs.srcInfo }} path: |
path: ${{ steps.makepkg.outputs.pkgFile }} ${{ steps.makepkg.outputs.srcInfo }}
${{ steps.makepkg.outputs.pkgFile }}
``` ```

View File

@ -21,7 +21,6 @@ inputs:
description: "The GPG passphrase for the gpgPrivateKey." description: "The GPG passphrase for the gpgPrivateKey."
required: false required: false
default: "" default: ""
outputs: outputs:
srcInfo: srcInfo:
description: "Generated .SRCINFO" description: "Generated .SRCINFO"