mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
workspace
This commit is contained in:
parent
a1562aa4c2
commit
46bf7614bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Create temp files
|
- name: Create temp files
|
||||||
id: secret-file1
|
id: secret-file1
|
||||||
run: |
|
run: |
|
||||||
$secretFile = Join-Path -Path $env:RUNNER_TEMP -ChildPath "lib/secret-file.txt";
|
$secretFile = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "lib/secret-file.txt";
|
||||||
$encodedBytes = [System.Convert]::FromBase64String($env:CHANGE_NOW);
|
$encodedBytes = [System.Convert]::FromBase64String($env:CHANGE_NOW);
|
||||||
Set-Content $secretFile -Value $encodedBytes -AsByteStream;
|
Set-Content $secretFile -Value $encodedBytes -AsByteStream;
|
||||||
$secretFileHash = Get-FileHash $secretFile;
|
$secretFileHash = Get-FileHash $secretFile;
|
||||||
|
|
Loading…
Reference in a new issue