Skip to content

version bump

version bump #2

Workflow file for this run

name: 'Create .op artifact'
on:
workflow_dispatch:
push:
branches:
- main
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@v3
- name: Upload as artifact
uses: actions/upload-artifact@v3.1.2
with:
name: bonk.op
path: |
*.as
info.toml
bonk.wav
LICENSE