mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 55
This commit is contained in:
BIN
.github/actions/creds.tar.gpg
vendored
Normal file
BIN
.github/actions/creds.tar.gpg
vendored
Normal file
Binary file not shown.
9
.github/actions/decrypt.sh
vendored
Normal file
9
.github/actions/decrypt.sh
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
mydir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
credsfile="${gampath}/creds.tar"
|
||||
gpg --quiet --batch --yes --decrypt --passphrase="${PASSPHRASE}" \
|
||||
--output "${credsfile}" "${mydir}/creds.tar.gpg"
|
||||
|
||||
tar xf "${credsfile}" --directory "${gampath}"
|
||||
Reference in New Issue
Block a user