Skip to content

Commit

Permalink
aggiunto Nightly Building
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 15, 2025
1 parent f6f37a3 commit 53d090a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release Build
name: Create Nightly Release Build

on:
push:
Expand All @@ -15,11 +15,11 @@ jobs:
with:
fetch-depth: 2

- name: Check if Release Building changed
- name: Check if Nightly Release Building changed
id: check
shell: bash
run: |
if git diff HEAD^ HEAD -- "datapacks/Skyblock CE datapacks/data/skyblock/function/versions/changelog/building_version.json" | grep -q '"Release Building"'; then
if git diff HEAD^ HEAD -- "datapacks/Skyblock CE datapacks/data/skyblock/function/versions/changelog/building_version.json" | grep -q '"Nightly Building"'; then
echo "changed=true" >> $GITHUB_OUTPUT
else
echo "changed=false" >> $GITHUB_OUTPUT
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Upload folder content as artifact
uses: actions/upload-artifact@v4
with:
name: Skyblock_CE_Latest
name: Skyblock_CE_Nightly_Snapshots
path: |
**/*
!.git/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

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

"Nightly Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_12.01.2025.11108a_[main]",

"Data_pack": "TRUE",

"Resource_pack": "TRUE",
Expand Down

0 comments on commit 53d090a

Please sign in to comment.