Skip to content

Update build workflow dependencies #28

Update build workflow dependencies

Update build workflow dependencies #28

Workflow file for this run

name: Build/release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Build
run: yarn && yarn build
- name: Archive
run: tar -czvf upload.tar.gz -C ./dist .
- name: Release
run: 'curl --fail -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "[email protected]" "https://sites.1f349.com/u?site=1f349.com&branch=${{ github.ref_name }}"'