summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-09 22:41:26 +0800
committerruki <[email protected]>2025-03-09 22:41:26 +0800
commit10f0cafd082584bada8c632b9b7b07bd044d6d23 (patch)
tree05950f9fe8031cdab82de2c9e8fd8db420a3e392
parentbf9da443b2f516ec3ac0ddfdecbf647567546309 (diff)
update cosmocc ci
-rw-r--r--.github/workflows/cosmocc.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml
index 74429e177..1857e546e 100644
--- a/.github/workflows/cosmocc.yml
+++ b/.github/workflows/cosmocc.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
-
+
- uses: little-core-labs/[email protected]
id: tagName
@@ -58,7 +58,7 @@ jobs:
run: |
brew install dmd
brew install dub
-
+
# In the tests, cmake tries to use make from the cosmopolitan toolchain and fails, so uninstall it
- name: Remove cosmocc
if: matrix.os == 'macos-13'
@@ -73,14 +73,14 @@ jobs:
ls -l core/build/
core/build/xmake --version
core/build/xmake lua -v -D tests/run.lua
-
+
- name: Artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
- name: xmake-bundle.cosmocc.x86_64
+ name: xmake-bundle.cosmocc
path: core/build/xmake
-
+
- name: Publish bundle binary
if: github.event.action == 'published' && matrix.os == 'ubuntu-latest'
uses: actions/[email protected]
@@ -89,5 +89,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: core/build/xmake
- asset_name: xmake-bundle-${{ steps.tagName.outputs.tag }}.cosmocc.x86_64
+ asset_name: xmake-bundle-${{ steps.tagName.outputs.tag }}.cosmocc
asset_content_type: application/zip