ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
18 stars 1 forks source link

GitHub Actions Workflow fails to Archive When a Run Has Failed. #316

Open hollowaykeanho opened 2 months ago

hollowaykeanho commented 2 months ago

Description

due to missing if: always() condition in the Archive CI job.

Expected Behavior

Always archive regardless of result status.

Current Behavior

Only successful result will the archive be running.

Steps to Reproduce [COMPULSORY]

  1. Write something to fail a run.
  2. Wait for it.
  3. Observe, no artifacts are available.

Associated Data Files

No response

hollowaykeanho commented 2 months ago

fixed in 7135fcbc14ab6c6b91fc921fa0100ca52b7f6e76