Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Dec 3, 2024
1 parent 211374c commit e6a3a72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI
on:
- pull_request

permissions:
contents: read # To checkout code

jobs:
# TODO: Remove later
build_multi:
Expand All @@ -25,6 +28,9 @@ jobs:

- run: cargo build --package commitlint-rs --release

- run: ls -al .
- run: ls -al target

- run: tar czvf commitlint-${{ github.ref_name }}-${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e6a3a72

Please sign in to comment.