Add SRPM Artifact To Releases

* Upload SRPMs that are created
* Update actions/checkout to v3

Closes #614

Signed-off-by: Michael L. Young <myoung@ciq.co>
This commit is contained in:
Michael L. Young
2022-12-22 22:21:50 -05:00
parent b63ad7bba6
commit 792c3574b7
5 changed files with 17 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ jobs:
matrix:
go: [ '1.17', '1.18', '1.19' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install gpgme
run: sudo apt-get install libgpgme-dev