diff --git a/.github/workflows/update_otp_versions.yaml b/.github/workflows/update_otp_versions.yaml index f7bfae1..f6eab11 100644 --- a/.github/workflows/update_otp_versions.yaml +++ b/.github/workflows/update_otp_versions.yaml @@ -18,7 +18,7 @@ jobs: - name: Update version file run: | - cd .github/workflows + cd assets python get_all_otp_versions.py - name: Push updated version file diff --git a/.github/workflows/erlang_otp_versions_from_gtihub_api.json b/assets/erlang_otp_versions_from_gtihub_api.json similarity index 100% rename from .github/workflows/erlang_otp_versions_from_gtihub_api.json rename to assets/erlang_otp_versions_from_gtihub_api.json diff --git a/.github/workflows/get_all_otp_versions.py b/assets/get_all_otp_versions.py similarity index 100% rename from .github/workflows/get_all_otp_versions.py rename to assets/get_all_otp_versions.py diff --git a/.github/workflows/versions.txt b/assets/versions.txt similarity index 100% rename from .github/workflows/versions.txt rename to assets/versions.txt