Skip to content

Commit

Permalink
JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:11testCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 20, 2025
1 parent 5397f5f commit fc27c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
- name: Check changes
id: check
run: |
if echo "${{ steps.changed-files.outputs.diff }}" | grep -q '"Release Building"'; then
DIFF="${{ steps.changed-files.outputs.diff }}"
if echo "$DIFF" | grep -q '"Release Building"'; then
echo "release_changed=true" >> $GITHUB_OUTPUT
else
echo "release_changed=false" >> $GITHUB_OUTPUT
fi
if echo "${{ steps.changed-files.outputs.diff }}" | grep -q '"Nightly Building"'; then
if echo "$DIFF" | grep -q '"Nightly Building"'; then
echo "nightly_changed=true" >> $GITHUB_OUTPUT
else
echo "nightly_changed=false" >> $GITHUB_OUTPUT
Expand All @@ -49,7 +50,7 @@ jobs:
with:
name: Skyblock_CE_Latest
path: |
**/*
datapacks/**/*
!.git/**
!.github/**
!.gitignore
Expand All @@ -60,6 +61,7 @@ jobs:
!*.zip
!.DS_Store
if-no-files-found: error
retention-days: 90

nightly_build:
needs: check_changes
Expand All @@ -72,7 +74,7 @@ jobs:
with:
name: Skyblock_CE_Nightly_Snapshots
path: |
**/*
datapacks/**/*
!.git/**
!.github/**
!.gitignore
Expand All @@ -82,4 +84,5 @@ jobs:
!spyglass.json
!*.zip
!.DS_Store
if-no-files-found: error
if-no-files-found: error
retention-days: 90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"Release Versions": "6.0.0 [The Removal Update]",

"Release Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:10testCI",
"Release Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:11testCI",

"Nightly Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_20.01.2025.11759a_[CItest]",

Expand Down

0 comments on commit fc27c5a

Please sign in to comment.