Skip to content

Commit

Permalink
fix bundle upload
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brn committed Dec 21, 2023
1 parent 910b729 commit 5d0423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- "aarch64-linux"
- "x86_64-linux"
bundler:
- name: "deb"
- name: "debian"
path: "github:viperML/bundlers#deb"
extension: "deb"

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.package }}-${{ matrix.bundler.name }}-${{ matrix.system }}
path: bundles/*
path: bundles/**

deploy-pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d0423a

Please sign in to comment.