From 54123e30af39485fcac3fa1f96aca7aa187f513b Mon Sep 17 00:00:00 2001 From: pmp-p Date: Mon, 16 Dec 2024 14:33:41 +0100 Subject: [PATCH] ci test --- .github/workflows/ci-emsdk.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-emsdk.yml b/.github/workflows/ci-emsdk.yml index 38a5cdf..21695b6 100644 --- a/.github/workflows/ci-emsdk.yml +++ b/.github/workflows/ci-emsdk.yml @@ -16,9 +16,9 @@ on: jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 env: - CONTAINER_PATH: /tmp/fs + CONTAINER_PATH: /tmp/sdk/fs steps: - uses: actions/checkout@v4.2.2 @@ -47,6 +47,6 @@ jobs: uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /tmp/fs/tmp/sdk/*.tar.lz4 + file: /tmp/sdk/fs/tmp/sdk/*.tar.lz4 file_glob: true tag: ${{ github.ref }}