Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Jul 6, 2024
1 parent 78d2e23 commit 14f6641
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- uses: actions/upload-artifact@v4
with:
name: vendor
path: vendor.tar.gz
path: |
*.tar.gz
*.flatpak
- name: ls
run: ls
publish-prerelease:
Expand All @@ -53,14 +54,6 @@ jobs:
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
steps:
- uses: actions/download-artifact@v4
with:
path: vendor
merge-multiple: true
- uses: actions/download-artifact@v4
with:
path: flatpak
pattern: toolboxtuner*
merge-multiple: true
- name: Show files
run: ls -R
- uses: "dciborow/action-github-releases@v1.0.1"
Expand Down

0 comments on commit 14f6641

Please sign in to comment.