Skip to content

Update register_force.sh #1

Update register_force.sh

Update register_force.sh #1

name: snap publish beta
on:
push:
branches:
- main
jobs:
build-publish:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- amd64
- arm64
- armhf
steps:
- uses: actions/checkout@v4
- name: build snap
uses: infinityofspace/[email protected]
id: build
with:
architecture: ${{ matrix.platform }}
- name: publish edge
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: beta