mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
flatten armhf snaps layout for testing and uploading
This commit is contained in:
parent
ef73091f8e
commit
61ca1f2cd2
1 changed files with 5 additions and 3 deletions
8
.github/workflows/snap_packaging_jobs.yml
vendored
8
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -103,13 +103,15 @@ jobs:
|
|||
mkdir -p ~/.local/share/snapcraft/
|
||||
echo "$LAUNCHPAD_CREDS" > ~/.local/share/snapcraft/launchpad-credentials
|
||||
python3 tools/snap/build_remote.py ALL --archs "$SNAP_ARCH" --timeout ${{ env.snapBuildTimeout }}
|
||||
- name: Flatten snaps layout
|
||||
run: |-
|
||||
mv *.snap ${{ runner.temp }}
|
||||
mv certbot-dns-*/*.snap ${{ runner.temp }
|
||||
- name: Store snaps artifacts
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: snaps_${{ env.SNAP_ARCH }}
|
||||
path: |
|
||||
*.snap
|
||||
certbot-dns-*/*.snap
|
||||
path: "${{ runner.temp }}"
|
||||
snap_run:
|
||||
name: Test certbot ${{ matrix.arch-name }}
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue