Skip to content

Commit

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

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

- name: Upload Artifact
Expand All @@ -75,15 +75,9 @@ jobs:
merge-multiple: true
path: .artifact

- name: List
run: ls -hlR .artifact

- name: Gzip Artifact
run: gzip .artifact/*

- name: List
run: ls -hlR .artifact

- name: Publish release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 80c0e29

Please sign in to comment.