Skip to content

Commit

Permalink
Merge pull request #167 from Muska-Ami/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
Muska-Ami authored Jul 20, 2024
2 parents f4ad075 + 90ab371 commit b60b190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |-
cd nyalcf_cli
dart pub get
mkdir dist -p
mkdir dist
dart compile exe bin/nyalcf_cli.dart -o dist/nyalcf_cli-windows-x64.exe
cd ..
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: |-
cd nyalcf_cli
dart pub get
mkdir dist -p
mkdir -p dist
dart compile exe bin/nyalcf_cli.dart -o dist/nyalcf_cli-linux-x64
cd ..
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Upload Dist Artifact
uses: actions/upload-artifact@v4
with:
name: MacOS Artifact (Dist ${{ matrix.os == 'macos-latest' && 'arm64' || matrix.os == 'macos-13' && 'x64' || matrix.os }})
name: MacOS Artifact(Dist ${{ matrix.os == 'macos-latest' && 'arm64' || matrix.os == 'macos-13' && 'x64' || matrix.os }})
path: dist

publish_releases:
Expand Down Expand Up @@ -242,4 +242,4 @@ jobs:
./dist/nyalcf_cli-windows-x64.exe
./dist/nyalcf_cli-linux-x64
./dist/nyalcf_cli-macos-arm64
./dist/nyalcf_cli-macos-x64
./dist/nyalcf_cli-macos-x64

0 comments on commit b60b190

Please sign in to comment.