Skip to content

Commit

Permalink
ci: add 'multi-snap' option to release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 23, 2024
1 parent 1692830 commit 01d44ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-content-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
architecture: ${{ matrix.architecture }}
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
multi-snap: true
snapcraft-project-root: "ffmpeg-2204"
store-token: ${{ secrets.SNAP_STORE_CANDIDATE }}
repo-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-sdk-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
architecture: ${{ matrix.architecture }}
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
multi-snap: true
snapcraft-project-root: "ffmpeg-2204-sdk"
store-token: ${{ secrets.SNAP_STORE_CANDIDATE }}
repo-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}
Expand Down

0 comments on commit 01d44ca

Please sign in to comment.