Skip to content

Bump supported NC server version to 28 #32

Bump supported NC server version to 28

Bump supported NC server version to 28 #32

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: cd rds && make
- name: Run packaging to app tar.gz
run: cd rds && make appstore
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: rds.tar.gz
# A file, directory or wildcard pattern that describes what to upload
path: '*.tar.gz'