ai: Focus on blocking paths in the placing phase or when 4 pieces are… #244
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 }} |