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: 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 }}
|
||||||
```
|
```
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue