CI: fix invalid attribute in nix-install-action

This commit is contained in:
NotAShelf 2023-02-06 01:33:45 +03:00
parent c1a31716a2
commit d867dae743
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -4,9 +4,9 @@ on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
- '.gitignore'
- 'assets'
- '**/README.md'
- '**/.gitignore'
- '**/assets'
jobs:
nix: