We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21069a commit 007076dCopy full SHA for 007076d
1 file changed
.github/workflows/myrelease.yml
@@ -17,7 +17,9 @@ jobs:
17
steps:
18
- run: |
19
$targets=@([pscustomobject]@{GOOS="windows";GOARCH="AMD64"})
20
- echo $targets
+ foreach ($target in $targets){
21
+ echo $target.GOOS
22
+ }
23
- uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
0 commit comments