Skip to content

Commit

Permalink
CI: build only snapclient,snapserver packages, upload *all* .ipk files
Browse files Browse the repository at this point in the history
https://github.com/azrdev/snapos/actions/runs/9538361401/job/26287470338
apparently built snapclient.ipk, but didn't upload it
  • Loading branch information
azrdev committed Jun 18, 2024
1 parent a4e8d5f commit 727fe04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/openwrt-ipkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
env:
ARCH: ${{ matrix.arch }}
FEED_DIR: "$GITHUB_WORKSPACE/openwrt/"
PACKAGES: snapclient snapserver
V: sc # verbosity, see https://openwrt.org/docs/techref/buildroot#warnings_errors_and_tracing

- name: Store packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.arch}}-packages
path: bin/packages/${{ matrix.arch }}/packages/*.ipk
path: /**/*.ipk
#path: bin/packages/${{ matrix.arch }}/packages/*.ipk

0 comments on commit 727fe04

Please sign in to comment.