Skip to content

Windows build August 2023 #6

Windows build August 2023

Windows build August 2023 #6

Workflow file for this run

name: Test
on:
release:
types: [created]
workflow_dispatch: # Put here!!
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!