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: actions/upload-artifact@v2
with:
path: ${{ steps.makepkg.outputs.srcInfo }}
path: ${{ steps.makepkg.outputs.pkgFile }}
path: |
${{ steps.makepkg.outputs.srcInfo }}
${{ steps.makepkg.outputs.pkgFile }}
```

View File

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