on: push: tags: '*' jobs: build: runs-on: ubuntu-latest permissions: contents: write steps: - uses: actions/checkout@v6 - run: sudo apt-get install -y imagemagick - run: | make a11y-outline.firefox.zip make a11y-outline.chromium.zip - uses: softprops/action-gh-release@v1 with: files: | a11y-outline.firefox.zip a11y-outline.chromium.zip