Skip to content

Commit

Permalink
Fix variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 committed Feb 26, 2024
1 parent 5f9124b commit 809a451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:

- name: Build for Windows
run: |
PREFIX="build"
OS="windows"
APPS="datasetArchiver datasetGetProposal datasetRetriever datasetIngestor datasetCleaner"
$PREFIX="build"
$OS="windows"
$APPS="datasetArchiver datasetGetProposal datasetRetriever datasetIngestor datasetCleaner"
foreach ($GOOS in $OS) {
$OUT="$PREFIX/$GOOS"
Expand Down

0 comments on commit 809a451

Please sign in to comment.