Skip to content

Commit

Permalink
fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Dec 11, 2024
1 parent d44d08c commit b8ad3d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:
- name: Build
run: cargo build -p native --release --target ${{ matrix.target }}

- name: Move build
run: mv target/${{ matrix.target }}/release/native cjs-module-lexer-${{ matrix.target }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: cjs-module-lexer-${{ matrix.target }}
path: target/${{ matrix.target }}/release/native
path: cjs-module-lexer-${{ matrix.target }}
if-no-files-found: error

release:
Expand Down

0 comments on commit b8ad3d8

Please sign in to comment.