Recompile spt-server accedf24
This commit is contained in:
3
.github/workflows/build-nightly-cron.yaml
vendored
3
.github/workflows/build-nightly-cron.yaml
vendored
@@ -32,8 +32,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Get Latest Commit From SPT
|
- name: Get Latest Commit From SPT
|
||||||
id: get-latest-commit
|
id: get-latest-commit
|
||||||
run: |
|
run: |
|
||||||
@@ -48,6 +46,7 @@ jobs:
|
|||||||
- name: Compare Hashes
|
- name: Compare Hashes
|
||||||
id: compare-hash
|
id: compare-hash
|
||||||
run: |
|
run: |
|
||||||
|
git pull
|
||||||
source trigger.nightly
|
source trigger.nightly
|
||||||
server_last_built_hash=${server:0:8}
|
server_last_built_hash=${server:0:8}
|
||||||
server_latest_commit_hash=${{ steps.get-latest-commit.outputs.SPT_SERVER_LATEST_COMMIT_HASH }}
|
server_latest_commit_hash=${{ steps.get-latest-commit.outputs.SPT_SERVER_LATEST_COMMIT_HASH }}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
server=accedf24
|
server=0b287a83
|
||||||
fika=133bffd2
|
fika=133bffd2
|
||||||
|
|||||||
Reference in New Issue
Block a user