diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 303e940f3..2d99810b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,10 @@ jobs: data = json.load(f) Release_Id = data.get('Release_Id', '') Nightly_Release_Id = data.get('Nightly_Release_Id', '') + Nightly_Github_Tag = data.get('Nightly_Github_Tag', '') print(f"::set-output name=RELEASE::{Release_Id}") print(f"::set-output name=NIGHTLY::{Nightly_Release_Id}") + print(f"::set-output name=NIGHTLY_Github::{Nightly_Github_Tag}") shell: python - name: Construct filename id: construct_filename @@ -56,16 +58,16 @@ jobs: - name: Construct tag name id: construct_tag run: | - tag_name="${{ steps.get_version.outputs.tag }}" - echo "::set-output name=tag::test" + tag_name="${{ steps.get_version.outputs.TAG }}" + echo "::set-output name=tag::$Nightly_Github_Tag" - name: Create Release uses: softprops/action-gh-release@v1 with: - tag_name: ${{ steps.construct_tag.outputs.tag }} + tag_name: ${{ steps.construct_tag.outputs.TAG }} files: | ${{ steps.construct_filename.outputs.zipname }} env: GH_TOKEN: ${{ steps.get_version.outputs.RELEASE }}${{ steps.get_version.outputs.NIGHTLY }} - name: Get Download URL run: | - echo "${{ env.REPO_URL }}/releases/download/${{ steps.construct_tag.outputs.tag }}/${{ steps.construct_filename.outputs.zipname }}" \ No newline at end of file + echo "${{ env.REPO_URL }}/releases/download/${{ steps.construct_tag.outputs.TAG }}/${{ steps.construct_filename.outputs.zipname }}" \ No newline at end of file diff --git a/datapacks/Skyblock Classic Edition/data/skyblock/functions/versions/changelog/building_version.json b/datapacks/Skyblock Classic Edition/data/skyblock/functions/versions/changelog/building_version.json index 244fc2497..904bc0b09 100644 --- a/datapacks/Skyblock Classic Edition/data/skyblock/functions/versions/changelog/building_version.json +++ b/datapacks/Skyblock Classic Edition/data/skyblock/functions/versions/changelog/building_version.json @@ -23,6 +23,8 @@ "Github_Tag": "1.20.5_JE-1a", + "Nightly_Github_Tag": "1.20.5_JE-11846a", + "Github":"https://github.com/Loweredgames/Skyblock-Classic-Edition", "Website":"https://minecraft-map-building-versions.blogspot.com/"