Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 280c94b

Browse files
authored
CI: always upload build artifact
This is needed to access the kernel built by ci runs on other branches, it still only creates a release when using the master branch.
1 parent 6904d18 commit 280c94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
ls -l
4646
4747
- name: Upload package artifact
48-
if: github.ref == 'refs/heads/master'
4948
uses: actions/upload-artifact@v2
5049
with:
5150
name: linux-mbp-${{ steps.build.outputs.tag }}

0 commit comments

Comments
 (0)