move message checksum code to update() and recalc when channel changed #49
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 MeshChat Package | |
on: push | |
env: | |
IPK_DIR: package/meshchat-ipkg | |
jobs: | |
create-meshchat-package: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: package/populate-meshchat-fs.sh $IPK_DIR | |
- run: package/update-version.sh $IPK_DIR | |
- run: package/ipk-build.sh $IPK_DIR | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: meshchat | |
path: | | |
meshchat_*.ipk | |
VERSION |