Simplify paths

This commit is contained in:
Max Goedjen
2022-10-26 01:30:16 -07:00
parent 22832b474f
commit 29a9ae9dc9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Create directories for ASC key
mkdir ~/.private_keys
echo -n "$APPLE_API_KEY_DATA" > ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8
mkdir .private_keys
echo -n "$APPLE_API_KEY_DATA" > .private_keys/AuthKey.p8