Skip to content

autosave: drop autosave subdirectory in save path #35

autosave: drop autosave subdirectory in save path

autosave: drop autosave subdirectory in save path #35

Workflow file for this run

name: IOC build and release
permissions:
contents: write
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker compose up
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: rffe-epics-ioc-*.tar.gz