mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Add upload of vendored dependencies
This commit is contained in:
committed by
GitHub
parent
a27631aa30
commit
b9a7267a5f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -42,6 +42,10 @@ jobs:
|
|||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
- name: Vendor dependencies
|
- name: Vendor dependencies
|
||||||
run: ./build-aux/dist-vendor.sh dist .
|
run: ./build-aux/dist-vendor.sh dist .
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: offline
|
||||||
|
path: dist
|
||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
publish-prerelease:
|
publish-prerelease:
|
||||||
|
|||||||
Reference in New Issue
Block a user