summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-19 00:07:59 +0800
committerruki <[email protected]>2023-11-20 10:45:21 +0800
commit38a7020724bfe108ce008befe8be8fbb68226f59 (patch)
tree781813671459a5fa9939d06d6de5c6b66d80bcfa
parentfd3b2a8a2dc1a6e9990ad24f76d69f1822109d06 (diff)
update repo
-rw-r--r--.github/workflows/windows.yml1
-rw-r--r--.github/workflows/windows_luajit.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 8c1aa00a0..4a16620a8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -64,6 +64,7 @@ jobs:
- name: Artifact
run: |
cd core
+ xrepo update-repo
xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake
(Get-FileHash ../artifacts/${{env.RELEASE_NAME}}/xmake.zip -Algorithm SHA256).Hash.ToLower() + " *xmake.zip`n" | Out-File ./shafile -Encoding ASCII -NoNewLine -Append
Copy-Item shafile ../artifacts/${{env.RELEASE_NAME}}
diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml
index 36862a0ae..9386acbff 100644
--- a/.github/workflows/windows_luajit.yml
+++ b/.github/workflows/windows_luajit.yml
@@ -53,6 +53,7 @@ jobs:
- name: Artifact
run: |
cd core
+ xrepo update-repo
xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake
(Get-FileHash ../artifacts/${{env.RELEASE_NAME}}/xmake.zip -Algorithm SHA256).Hash.ToLower() + " *xmake.zip`n" | Out-File ./shafile -Encoding ASCII -NoNewLine -Append
Copy-Item shafile ../artifacts/${{env.RELEASE_NAME}}