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 9ce3064 commit 8dc3576Copy full SHA for 8dc3576
.github/workflows/tests.yml
@@ -40,6 +40,5 @@ jobs:
40
if: always() && github.event_name == 'pull_request'
41
uses: actions/upload-artifact@main
42
with:
43
- name: bottles
44
- # name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
+ name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
45
path: '*.bottle.*'
0 commit comments