Recompile spt-server accedf24

This commit is contained in:
AirryCo
2025-01-12 13:23:06 +08:00
parent ef230224e6
commit 38833796dc
2 changed files with 2 additions and 3 deletions

View File

@@ -32,8 +32,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get Latest Commit From SPT
id: get-latest-commit
run: |
@@ -48,6 +46,7 @@ jobs:
- name: Compare Hashes
id: compare-hash
run: |
git pull
source trigger.nightly
server_last_built_hash=${server:0:8}
server_latest_commit_hash=${{ steps.get-latest-commit.outputs.SPT_SERVER_LATEST_COMMIT_HASH }}

View File

@@ -1,2 +1,2 @@
server=accedf24
server=0b287a83
fika=133bffd2