depth: Change White's 6th depth from 15 to 18 #181
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: Snapcraft | |
on: | |
push: | |
branches: [release] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Snapcraft Build | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: snapcore/action-build@v1 | |
id: snapcraft | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: snap | |
path: ${{ steps.snapcraft.outputs.snap }} | |
- run: | | |
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }} |