diff options
| author | ruki <[email protected]> | 2023-11-23 22:54:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-23 22:54:44 +0800 |
| commit | ac1fc1f6e3b62960d5cf7c01c6779cb3e1b2b838 (patch) | |
| tree | ca66275bb7cae50cbc884b038b39e7824a2380e3 /.github/workflows | |
| parent | 401d67ca9824632d1531889a6261f458fa161c4c (diff) | |
improve xmakesrc pack
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c143fa72e..ca9932513 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -43,7 +43,7 @@ jobs: brew install gnu-tar gem install --no-document fpm cd core - xmake pack --autobuild=n --formats=src_zip,src_targz --basename=xmake -o ../artifacts + xmake pack --autobuild=n --basename=xmake xmakesrc -o ../artifacts cd .. scripts/makeself/build-runfile.sh - uses: actions/upload-artifact@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4a16620a8..b667f3e81 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,7 +65,7 @@ jobs: run: | cd core xrepo update-repo - xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake + xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake 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}} cd .. diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index 9386acbff..86715fea9 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -54,7 +54,7 @@ jobs: run: | cd core xrepo update-repo - xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake + xmake pack -vD -y --formats=nsis,zip --autobuild=n -o ../artifacts/${{env.RELEASE_NAME}} --basename=xmake 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}} cd .. |
