Update cron.yml

This commit is contained in:
hikari 2024-05-27 13:09:02 +03:30 committed by GitHub
parent 36d5dcc928
commit ec207102a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
- name: install packages via pacstrap to rootfs
run: pacstrap -K /parchlinux-bootstrap-x86_64/root.x86_64 $(cat pkglist.txt | tr '\n' ' ')
- name: get date
run: echo "DATE=$(date +%Y.%m.%d.%H.%M)" >> $GITHUB_ENV
run: echo "DATE=$(date +%Y.%m.%d)" >> $GITHUB_ENV
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}