Skip to content

Build dist start by hanke0 #5

Build dist start by hanke0

Build dist start by hanke0 #5

Workflow file for this run

name: build dist
run-name: Build dist start by ${{ github.actor }}
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build dist
run: |
./release.sh
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
dist
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/*