Update README.md

This commit is contained in:
Santiago Lo Coco 2022-03-01 17:26:29 -03:00
parent a3fc1d1929
commit fb44823afe
1 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- id: makepkg - id: calbuilder
uses: santilococo/calbuilder@master uses: santilococo/calbuilder@master
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
path: | path: |
${{ steps.makepkg.outputs.srcInfo }} ${{ steps.calbuilder.outputs.srcInfo }}
${{ steps.makepkg.outputs.pkgFile }} ${{ steps.calbuilder.outputs.pkgFile }}
``` ```