More packaging stuff
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7d02a17892
commit
335db79d14
5 changed files with 1078 additions and 14 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
|
@ -487,6 +487,24 @@ jobs:
|
|||
path: |
|
||||
*.zip
|
||||
|
||||
source-tarball:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Create source tarball
|
||||
run: |
|
||||
make tarball
|
||||
- name: Set sha8
|
||||
id: slug
|
||||
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
|
||||
path: |
|
||||
../cardinal-*.tar.xz
|
||||
|
||||
plugin-validation:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue