Skip to content

Commit

Permalink
Only upload CLI artifact from Debian 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 5, 2023
1 parent d46072b commit 3653df0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
- name: Run ./soup test
run: ./CLI/soup test

- name: Upload soup
uses: actions/upload-artifact@v3
with:
name: "Ubuntu 22.04"
path: CLI/soup

ubuntu-20-04:
runs-on: ubuntu-20.04
steps:
Expand All @@ -37,12 +31,6 @@ jobs:
- name: Run ./soup test
run: ./CLI/soup test

- name: Upload soup
uses: actions/upload-artifact@v3
with:
name: "Debian 11, Ubuntu 20.04"
path: CLI/soup

debian-10:
runs-on: [debian-10]
steps:
Expand All @@ -60,5 +48,5 @@ jobs:
- name: Upload soup
uses: actions/upload-artifact@v3
with:
name: "Debian 10"
name: "Debian 10 and above"
path: CLI/soup

0 comments on commit 3653df0

Please sign in to comment.