Upload also tarball as a build artifact

This commit is contained in:
Jakub Jelen 2021-08-04 14:48:00 +02:00 committed by Jakub Jelen
parent 68b7efb591
commit b67261ab27
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ jobs:
with:
path: ./*
key: ${{ runner.os }}-${{ github.sha }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: opensc-build
path:
opensc*.tar.gz
build-ubuntu-18:
runs-on: ubuntu-18.04