Skip to content

chore: Save project variant LIB #3

chore: Save project variant LIB

chore: Save project variant LIB #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- 'rplc/**'
- 'examples/**'
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build rplc
uses: Zeugwerk/[email protected]
with:
username: ${{ secrets.ACTIONS_ZGWK_USERNAME }}
password: ${{ secrets.ACTIONS_ZGWK_PASSWORD }}
- name: Upload *.library
uses: actions/upload-artifact@v3
with:
name: rplc
path: |
**/*.compiled-library
**/*.library