Skip to content

Commit

Permalink
Fix conflict of macos-13 and macos-14 in uploaded backups
Browse files Browse the repository at this point in the history
Follow #696
  • Loading branch information
kachick committed Jul 23, 2024
1 parent 2a4252d commit 96cdb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: 'home-files-${{ github.sha }}-${{ runner.os }}'
name: 'home-files-${{ github.sha }}-${{ matrix.os }}'
path: home-manager-generation-home-files.tar.gz
if-no-files-found: 'error'

0 comments on commit 96cdb5c

Please sign in to comment.