diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c43b01e1..504dc1fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat - ./build_ci.bat + ./ci/build_ci.bat - name: Odin run shell: cmd run: | diff --git a/build_ci.bat b/ci/build_ci.bat similarity index 100% rename from build_ci.bat rename to ci/build_ci.bat diff --git a/ci/create_nightly_json.sh b/ci/create_nightly_json.sh new file mode 100644 index 000000000..184423195 --- /dev/null +++ b/ci/create_nightly_json.sh @@ -0,0 +1,5 @@ +FILE_IDS=$(b2 ls --long odin-binaries nightly | cut -d ' ' -f 1) + +while IFS= read -r line; do + echo "... $line ..." +done <<< "$list" \ No newline at end of file