Skip to content

Add warning about compatibility with groupfolders for Nextcloud AppStore #992

Add warning about compatibility with groupfolders for Nextcloud AppStore

Add warning about compatibility with groupfolders for Nextcloud AppStore #992

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- release/*
pull_request:
branches: [ main, stable* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup NPM and Node
uses: skjnldsv/read-package-engines-version-actions@v1.1
id: versions
with:
fallbackNpm: '^7'
fallbackNode: '^14'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- name: Install dependencies
run: make
- name: Creating artifact
run: make source
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
with:
name: Workspace
path: ./build/artifacts/source/workspace.tar.gz