mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: try, try again.
This commit is contained in:
BIN
.github/actions/creds.tar.xz.gpg
vendored
BIN
.github/actions/creds.tar.xz.gpg
vendored
Binary file not shown.
12
.github/actions/decrypt.sh
vendored
12
.github/actions/decrypt.sh
vendored
@@ -23,10 +23,10 @@ fi
|
|||||||
gpg --batch \
|
gpg --batch \
|
||||||
--yes \
|
--yes \
|
||||||
--decrypt \
|
--decrypt \
|
||||||
--passphrase="${PASSCODE}" \
|
--passphrase="$PASSCODE" \
|
||||||
--output "${credsfile}" \
|
--output "$credsfile" \
|
||||||
"${gpgfile}"
|
"$gpgfile"
|
||||||
|
|
||||||
tar xlvvf "${credsfile}" --directory "${credspath}"
|
tar xlvvf "$credsfile" --directory "$credspath"
|
||||||
rm -rvf "${gpgfile}"
|
rm -rvf "$gpgfile"
|
||||||
rm -rvf "${credsfile}"
|
rm -rvf "$credsfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user