Skip to content

Commit

Permalink
(fix) ci: fix artifacts, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Dec 10, 2024
1 parent fb13294 commit 85ee049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
nim-version: '2.2.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble build --define:release --define:baliUseStdBase64 # TODO: get simdutf working here
- run: nimble build --define:release --out:./ --define:baliUseStdBase64 # TODO: get simdutf working here

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: Balde
path: bin/balde bin/test262
path: balde test262

0 comments on commit 85ee049

Please sign in to comment.