Skip to content

show links to custom emojis #22

show links to custom emojis

show links to custom emojis #22

Workflow file for this run

name: release
on:
push:
tags:
- '*.*'
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: ${{ github.ref_name }}
upload:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: tootik-${{ github.ref_name }}
- uses: softprops/action-gh-release@v1
with:
files: tootik
fail_on_unmatched_files: true