There was an error while loading. Please reload this page.
check-netlogo
1 parent becb311 commit b3e3a6eCopy full SHA for b3e3a6e
1 file changed
check-netlogo/action.yaml
@@ -80,20 +80,6 @@ runs:
80
artifacts_dir="${RUNNER_TEMP}/check-netlogo"
81
mkdir -p "${artifacts_dir}"
82
83
- case ${RUNNER_OS} in
84
- "Windows")
85
- artifacts_dir="${artifacts_dir}/windows"
86
- ;;
87
- "macOS")
88
- artifacts_dir="${artifacts_dir}/macos"
89
90
- "Linux")
91
- artifacts_dir="${artifacts_dir}/linux"
92
93
- esac
94
-
95
- mkdir -p "${artifacts_dir}"
96
97
echo "path=${artifacts_dir}" >> "${GITHUB_OUTPUT}"
98
shell: bash
99
@@ -223,7 +209,7 @@ runs:
223
209
inputs.artifacts != 'false'
224
210
uses: actions/upload-artifact@v4
225
211
with:
226
- name: experiments-output
212
+ name: experiments-output-${{runner.os}}
227
213
path: ${{steps.artifacts-dir.outputs.path}}
228
214
retention-days: 90
229
215
if-no-files-found: warn
0 commit comments