2024-02-12 11:30:21 +01:00
2021-06-05 14:21:53 +02:00
2021-11-14 18:42:22 +01:00
2021-11-14 18:43:26 +01:00
2021-06-05 11:54:54 +02:00
2021-06-05 13:08:14 +02:00
2021-06-02 16:09:37 +02:00
2021-06-05 13:08:14 +02:00
2021-06-05 13:08:14 +02:00
2024-02-10 16:12:30 +01:00
2021-06-05 13:09:07 +02:00
2021-06-02 13:10:24 +02:00
2021-06-05 13:13:36 +02:00
2021-06-05 14:14:54 +02:00
2021-07-15 01:35:30 +02:00
2021-06-05 13:10:53 +02:00
2021-06-08 16:55:03 +02:00

Nextcloud Artifact Upload Action

Upload artifacts to nextcloud and output a shareable URL.

How it looks:

image

Example:

Simple example. Globbing is supported.

on:
  pull_request:
  push:
jobs:
  build-test:
    name: Build & Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2                               # checkout the repo

      - name: Nextcloud Artifact
        uses: trympet/nextcloud-artifacts-action@v2
        with:
          name: 'my-artifact'                                   # Name of the artifact
          path: 'bin/**/*.exe'                                  # Globbing supported
          nextcloud-url: 'https://nextcloud.example.com'        # Nextcloud URL
          nextcloud-username: ${{ secrets.NEXTCLOUD_USERNAME }} # Username from repository secret
          nextcloud-password: ${{ secrets.NEXTCLOUD_PASSWORD }} # Password from repository secret
Description
GitHub Action for uploading artifacts to Nextcloud via webdav
Readme GPL-2.0 2.5 MiB
Languages
TypeScript 98.5%
JavaScript 1.5%