Update README.md and action.yaml
This commit is contained in:
parent
0afd551cc2
commit
3376441687
|
@ -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 }}
|
||||
```
|
||||
|
|
|
@ -21,7 +21,6 @@ inputs:
|
|||
description: "The GPG passphrase for the gpgPrivateKey."
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
outputs:
|
||||
srcInfo:
|
||||
description: "Generated .SRCINFO"
|
||||
|
|
Loading…
Reference in New Issue