Skip to content

upload tarball artifact on tags/releases #1

upload tarball artifact on tags/releases

upload tarball artifact on tags/releases #1

Workflow file for this run

name: Release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download
uses: actions/download-artifact@v4
with:
name: coatjava.tar.gz
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: coatjava.tar.gz