Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload

GitHub Action

Upload Artifact (Preserve File Permissions)

v1.3.0

Upload Artifact (Preserve File Permissions)

upload

Upload Artifact (Preserve File Permissions)

Tarball files before uploading the artifact to preserve file privileges

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Upload Artifact (Preserve File Permissions)

uses: pyTooling/[email protected]

Learn more about this action in pyTooling/upload-artifact

Choose a version

Preserving Artifact Upload Action

Upload artifacts and preserve file attributes like file permissions.

Based on:

Fixed behavior compared to actions/upload-artifact

tbd

  1. Preserve file permissions
  2. Defined root directory from where the content of the tarball is constructed.

Limitations of tar

On Linux

tbd

On macOS

tbd

On Windows

tbd

Dependencies

Contributors