mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-05 02:25:09 +02:00
chore(build): 02-sign.yml did not create the repo dir
Do a quick mkdir -p repo/export before copying files to the dir Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
This commit is contained in:
@@ -118,7 +118,9 @@ jobs:
|
||||
path: repo
|
||||
|
||||
- name: 📂 Copy export files into repo
|
||||
run: cp -v export/* repo/export/
|
||||
run: |
|
||||
mkdir -p repo/export
|
||||
cp -v export/* repo/export/
|
||||
|
||||
- name: 🔏 Configure GPG commit signing
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user