Skip to content

fix typo on rdm config #25

fix typo on rdm config

fix typo on rdm config #25

Workflow file for this run

name: "pre-release"
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
pre-release:
name: "Pre Release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Build"
run: |
sh ./build.sh github
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
files: |
*.zip