Test
This commit is contained in:
16
.github/workflows/work.yml
vendored
Normal file
16
.github/workflows/work.yml
vendored
Normal 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/"
|
||||
Reference in New Issue
Block a user