Skip to content

Commit

Permalink
ci: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Oct 8, 2023
1 parent 9261cf5 commit 7baa792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.version }}-${{ matrix.arch}}-packages
path: bin/packages/${{ matrix.arch }}/packages/*.ipk
path: bin/packages

0 comments on commit 7baa792

Please sign in to comment.