diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml
index b3c4119a..5b64b43a 100644
--- a/.github/workflows/psalm-matrix.yml
+++ b/.github/workflows/psalm-matrix.yml
@@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- ocp-version: [ 'dev-master', 'dev-stable25', 'dev-stable24' ]
+ ocp-version: [ 'dev-master', 'dev-stable26', 'dev-stable25', 'dev-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index 836d95be..00000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Release
-
-on:
- release:
- types: [created]
-
-env:
- APP_NAME: files_antivirus
-
-jobs:
- release:
- name: Build release
- runs-on: ubuntu-20.04
- steps:
- - name: Checkout code
- uses: actions/checkout@v2
- - name: Setup krankler
- run: |
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.1/krankerl
- chmod +x krankerl
- - name: Package app
- run: ./krankerl package
- - name: Upload binary to release
- uses: svenstaro/upload-release-action@v2
- with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: build/artifacts/${{ env.APP_NAME }}.tar.gz
- asset_name: ${{ env.APP_NAME }}.tar.gz
- tag: ${{ github.ref }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a4fb9e7f..7044a06b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
]]>
- 4.0.2
+ 4.0.3
agpl
Manuel Delgado
@@ -44,7 +44,7 @@ For this app to be effective, the ClamAV virus definitions should be kept up to
https://raw.githubusercontent.com/nextcloud/files_antivirus/master/screenshots/1.png
-
+