diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index bddc2b9..fcdaedb 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -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 @@ -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: