Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fengdeyingzi authored Sep 25, 2024
1 parent 9567c3d commit 615f6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- os: windows-latest
output-name: win_x64/definetool.exe
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: DanTup/gh-actions/setup-dart@master
- name: platform
run: file /bin/ls
Expand All @@ -33,7 +33,7 @@ jobs:
run: mkdir -p release/win_x64
- name: compile to native
run: dart compile exe bin/definetool.dart -v -o release/${{ matrix.output-name }}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: face_plus
path: release

0 comments on commit 615f6d1

Please sign in to comment.