Files
myapp0/.gitea/workflows/work.yml
Mike Nolan e39b7c1c12
All checks were successful
Gitea Actions Demo / build-and-push-image (push) Successful in 11s
Test
2026-06-20 05:48:09 -05:00

17 lines
503 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CrossLang
uses: https://git.tesses.org/tesses50/setup-crosslang@v1
- name: Build and Push
run: |
crosslang build
crosslang upload-package --token="${{ secrets.CPKG_KEY }}" --host="https://cpkg.tesseslanguage.com/"