This commit is contained in:
2026-06-20 06:21:53 -05:00
parent e39b7c1c12
commit e0192db6e9

16
.github/workflows/work.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub 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/"