Bump ubuntu-seed to 7000M to allow more flexibility in seeding more snaps #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-snap | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- 22 | |
jobs: | |
snap: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: snapcore/action-build@v1 | |
id: snapcraft | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: 'snap' | |
path: ${{ steps.snapcraft.outputs.snap}} |