Skip to content

Commit

Permalink
Tar vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Jul 5, 2024
1 parent 064074d commit 3a6327e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -63,5 +63,5 @@ jobs:
title: 'Latest Development Build'
files: |
**/*.flatpak
vendor
**/*.tar.gz

0 comments on commit 3a6327e

Please sign in to comment.