Skip to content

Commit

Permalink
separate the artifacts by layout
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 3, 2024
1 parent 695ac61 commit c3d8456
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/user_config_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,23 +180,17 @@ jobs:
merge:
runs-on: ubuntu-latest
needs: build
name: Merge QWERTY Artifacts
name: Merge Output Artifacts
steps:
- name: Merge Artifacts
- name: Merge QWERTY Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: "qwerty-firmware"
pattern: artifact-charybdis_QWERTY*
delete-merged: true

merge:
runs-on: ubuntu-latest
needs: build
name: Merge Colemak DH Artifacts
steps:
- name: Merge Artifacts
- name: Merge Colemak DH Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: "colemak-firmware"
name: "colemak-dh-firmware"
pattern: artifact-charybdis_colemak*
delete-merged: true

0 comments on commit c3d8456

Please sign in to comment.