We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bafb3 commit 9ce3064Copy full SHA for 9ce3064
.github/workflows/tests.yml
@@ -40,5 +40,6 @@ jobs:
40
if: always() && github.event_name == 'pull_request'
41
uses: actions/upload-artifact@main
42
with:
43
- name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
+ name: bottles
44
+ # name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
45
path: '*.bottle.*'
0 commit comments