Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 16, 2024
1 parent 58b7a0e commit 54123e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-emsdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
uses: svenstaro/[email protected]
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 }}

0 comments on commit 54123e3

Please sign in to comment.