Skip to content

Commit 80c0e29

Browse files
committed
final
1 parent b8ad3d8 commit 80c0e29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: cargo build -p native --release --target ${{ matrix.target }}
5353

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

5757
- name: Upload Artifact
@@ -75,15 +75,9 @@ jobs:
7575
merge-multiple: true
7676
path: .artifact
7777

78-
- name: List
79-
run: ls -hlR .artifact
80-
8178
- name: Gzip Artifact
8279
run: gzip .artifact/*
8380

84-
- name: List
85-
run: ls -hlR .artifact
86-
8781
- name: Publish release
8882
uses: softprops/action-gh-release@v2
8983
with:

0 commit comments

Comments
 (0)