devolutions-crypto 0.9.2

An abstraction layer for the cryptography used by Devolutions
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: Publish Source
description: This package the source code used for this build.
runs:
  using: composite
  steps:
  - uses: actions/upload-artifact@v4.3.6
    with:
      name: source
      path: |
        **/*
        !.git/**/*