Skip to content

[wip] feat: add option whether to block unscannable files #695

[wip] feat: add option whether to block unscannable files

[wip] feat: add option whether to block unscannable files #695

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
on: [push, pull_request]
name: Package
env:
APP_NAME: files_antivirus
jobs:
package:
name: Package nightly release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup krankler
run: |
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.3/krankerl
chmod +x krankerl
- name: Package app
run: |
./krankerl package
- uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}.tar.gz
path: build/artifacts/${{ env.APP_NAME }}.tar.gz