Skip to content

Fix no mails exported #95

Fix no mails exported

Fix no mails exported #95

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the addon
run: ./build_xpi.sh
- name: Release
uses: softprops/action-gh-release@v2
# release only if there is a release tag
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
files: joplin-export.xpi