mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix(ci): reallow nobody account
This commit is contained in:
parent
4fb2bb2d62
commit
874f6f98f1
3
.github/workflows/make-release.yml
vendored
3
.github/workflows/make-release.yml
vendored
@ -48,6 +48,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
chage -E -1 nobody
|
||||
passwd -u nobody
|
||||
|
||||
cd "assets/pkg/aur"
|
||||
chown nobody:nobody . -R
|
||||
su - -s /bin/bash nobody -c "$PWD/update-pkgs.sh ${{ inputs.version }}"
|
||||
|
BIN
build-amd64.zip
Normal file
BIN
build-amd64.zip
Normal file
Binary file not shown.
BIN
lidm-amd64
Executable file
BIN
lidm-amd64
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user