I have a Github Actions workflow which has two jobs:
- Compile code to a .exe file and upload as artifact
- Job that runs on Windows/Mac which downloads the .exe file and uses it. However, all of my pipelines have failed, either because a job was for some reason canceled or because there was an error. For reference, here is my latest pipeline run: https://github.com/dantheking-crypto/MakeALanguage/actions/runs/332305074
I would appreciate it if someone could point out what I did wrong.