nmfs-ost / ss3-source-code

The source code for Stock Synthesis (SS3).
https://nmfs-ost.github.io/ss3-website/
Creative Commons Zero v1.0 Universal
36 stars 16 forks source link

use different artifact names #543

Closed e-perl-NOAA closed 8 months ago

e-perl-NOAA commented 8 months ago

Concisely describe what has been changed/addressed in the pull request.

For some reason, the build-artifact workflow is no longer uploading all of the executables from the different operating systems to the same artifact named "ss3" (see artifact from PR #542). I have changed the workflow to upload an artifact for each OS, which is working (see workflow run here).

First seen in PR #541 by @iantaylor-NOAA.

What tests have been done?

Where are the relevant files?

What tests/review still need to be done?

None.

Is there an input change for users to Stock Synthesis?

Additional information (optional).

e-perl-NOAA commented 8 months ago

I think so, I don't know why the upload-artifacts action now doesn't want to upload artifacts in a folder under the same name anymore but this should allow all artifacts to upload now.