Skip to content

Commit

Permalink
Fixed ubuntu tests (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Feb 27, 2024
1 parent b4e6966 commit b83b35e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload gem
uses: actions/upload-artifact@v4
with:
name: gem
name: gem-${{ matrix.os }}-${{ env.CC }}
retention-days: 1
path: pkg/*

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Download gem
uses: actions/download-artifact@v4
with:
name: gem
name: gem-${{ matrix.os }}-${{ env.CC }}
retention-days: 1
path: pkg/*

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Download gem
uses: actions/download-artifact@v4
with:
name: gem
name: gem-${{ matrix.os }}-${{ env.CC }}
retention-days: 1
path: pkg/*

Expand Down

0 comments on commit b83b35e

Please sign in to comment.