Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jan 14, 2022
1 parent 5a1fc89 commit 4bf7db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
uses: actions/download-artifact@v2
with:
name: modpack
- name: Download serverpack
uses: actions/download-artifact@v2
with:
name: serverpack
# - name: Download serverpack
# uses: actions/download-artifact@v2
# with:
# name: serverpack
- name: Download changelog
uses: actions/download-artifact@v2
with:
Expand All @@ -144,10 +144,10 @@ jobs:
uses: actions/download-artifact@v2
with:
name: modpack
- name: Download serverpack
uses: actions/download-artifact@v2
with:
name: serverpack
# - name: Download serverpack
# uses: actions/download-artifact@v2
# with:
# name: serverpack
- name: Get release type
id: release-type
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/craftpresence.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Current Version -> v1.8.8 (Schema v2)
#
#Last synchronized:
#Fri Jan 14 22:41:14 CET 2022
#Sat Jan 15 00:07:41 CET 2022
Enable_Per-Gui_System=false
Strip_Translation_Colors=false
Debug_Mode=false
Expand Down
4 changes: 2 additions & 2 deletions config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Fri Jan 14 22:40:47 CET 2022
#Sat Jan 15 00:07:13 CET 2022
logoOffset=0
barBackground=0xFFFFFF
memoryGood=0x78CB34
Expand All @@ -16,5 +16,5 @@ background=0xFFFFFF
bar=0xCB3D35
resourcePackPath=resources
barBorder=0xC0C0C0
fontTexture=textures/font/ascii.png
=\=\=\=\=\=\=
fontTexture=textures/font/ascii.png

0 comments on commit 4bf7db4

Please sign in to comment.