Skip to content

Add CLI Support for Executing ELF and C Files (#348) #482

Add CLI Support for Executing ELF and C Files (#348)

Add CLI Support for Executing ELF and C Files (#348) #482

Workflow file for this run

name: Release setup
on:
push:
branches:
- '*'
jobs:
release-setup:
if: github.repository == 'mortbopet/Ripes'
runs-on: ubuntu-latest
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/master'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: true
title: "Continuous release"