Skip to content

clarify that "preferred format" corresponds to the source and not the… #92

clarify that "preferred format" corresponds to the source and not the…

clarify that "preferred format" corresponds to the source and not the… #92

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: Archive the build result
uses: actions/upload-artifact@v3
with:
name: joplin-export-addon
path: joplin-export.xpi