Skip to content

Update package.ps1

Update package.ps1 #23

Workflow file for this run

name: 'Create .op artifact'
on:
workflow_dispatch:
push:
branches:
- mistress
pull_request:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
generate-op:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upload as artifact
uses: actions/upload-artifact@v4
with:
name: ticker.op
path: |
*.as
info.toml
LICENSE