Skip to content

Commit 007076d

Browse files
committed
foreach test
1 parent a21069a commit 007076d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/myrelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
steps:
1818
- run: |
1919
$targets=@([pscustomobject]@{GOOS="windows";GOARCH="AMD64"})
20-
echo $targets
20+
foreach ($target in $targets){
21+
echo $target.GOOS
22+
}
2123
- uses: actions/checkout@v3
2224
with:
2325
fetch-depth: 0

0 commit comments

Comments
 (0)