Skip to content

Commit

Permalink
fix(ci): always upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jan 3, 2023
1 parent dbe3a5c commit 3970101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
with:
command: build
args: --release
- name: Upload artifacts (Linux only)
if: matrix.os == 'ubuntu-latest'
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: nucleoid-backend
Expand Down

0 comments on commit 3970101

Please sign in to comment.