VladimirCreator / Packages

A collection of packages where I practice git, GitHub, TypeScript, Swift and so on.
https://vladimircreator.github.io/Packages/
Apache License 2.0
1 stars 0 forks source link

Running the ”GitHub Pages“ workflow results an error #94

Closed VladimirCreator closed 7 months ago

VladimirCreator commented 8 months ago

Running the ”GitHub Pages“ workflow results an error

What

The problem is that GitHub Actions do not allow uploading an artifact which name contains the " character.

So, there are 2 solutions:

  1. Rename files;
  2. Update the workflow.

Updating the workflow also has 2 opportunities:

  1. Checking out only packages that need to be build;
  2. Uploading only packages that need to be uploaded.
Error: Artifact path is not valid: /script/bash/00-lint("package-lock.json").bash. Contains the following character:  Double quote "