Skip to content

Commit

Permalink
pub sep artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-st committed Oct 9, 2024
1 parent cc45a77 commit 6449705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ '*' ]

jobs:
test:
test_and_build:
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
name: dist-${{ matrix.os }}
overwrite: true
path: |
pkg/*.gem
pkg/*.gem

0 comments on commit 6449705

Please sign in to comment.