mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Tar vendored files
This commit is contained in:
committed by
GitHub
parent
064074de49
commit
3a6327ee36
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -40,11 +40,11 @@ jobs:
|
||||
run-tests: true
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
- name: Vendor dependencies
|
||||
run: ./build-aux/dist-vendor.sh dist .
|
||||
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vendor
|
||||
path: dist
|
||||
path: vendor.tar.gz
|
||||
- name: ls
|
||||
run: ls
|
||||
publish-prerelease:
|
||||
@@ -63,5 +63,5 @@ jobs:
|
||||
title: 'Latest Development Build'
|
||||
files: |
|
||||
**/*.flatpak
|
||||
vendor
|
||||
**/*.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user