Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: James Rose <92864596+RoseBlume@users.noreply.github.com>
  • Loading branch information
RoseBlume authored May 22, 2024
1 parent beb0588 commit e36ca32
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,3 @@ jobs:
releaseDraft: false
prerelease: false
args: ${{ matrix.settings.args }}

- name: Install Snapcraft with LXD
uses: samuelmeuli/action-snapcraft@v2
with:
use_lxd: ${{ matrix.os == 'ubuntu-18.04' }}
- name: Build snap
run: sudo sg lxd -c 'snapcraft --use-lxd'

- name: Upload snap bundle
if: matrix.settings.platform == 'ubuntu-22.04' # This must match the platform value defined above.
uses: actions/upload-artifact@v3
with:
name: Snap Bundle
path: ${{ github.workspace }}*.snap

0 comments on commit e36ca32

Please sign in to comment.