Skip to content

Commit 6b45fa5

Browse files
Update test.yaml
1 parent b97b971 commit 6b45fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
$encodedBytes = [System.Convert]::FromBase64String($env:NAMECOIN_TEST);
6868
Set-Content $secretFileNamecoin -Value $encodedBytes -AsByteStream;
6969
$secretFileNamecoinHash = Get-FileHash $secretFileNamecoin;
70-
Write-Output "::set-output name=SECRET_FILE_FIRO::$secretFileNamecoin";
71-
Write-Output "::set-output name=SECRET_FILE_FIRO_HASH::$($secretFileNamecoinHash.Hash)";
70+
Write-Output "::set-output name=SECRET_FILE_NAMECOIN::$secretFileNamecoin";
71+
Write-Output "::set-output name=SECRET_FILE_NAMECOIN_HASH::$($secretFileNamecoinHash.Hash)";
7272
Write-Output "Secret file $secretFileNamecoin has hash $($secretFileNamecoinHash.Hash)";
7373
7474
shell: pwsh

0 commit comments

Comments
 (0)