Skip to content

Commit

Permalink
💚 fix artifacts workflow for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Feb 4, 2022
1 parent eca0db2 commit 5682fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: C:\tools\dart-sdk\bin\pub.bat get
- name: Build Artifact
run: C:\tools\dart-sdk\bin\dart.bat compile exe bin/main.dart -o bin/spider.exe
run: C:\tools\dart-sdk\bin\dart.exe compile exe bin/main.dart -o bin/spider.exe
- name: Archive
run: tar.exe -a -c -f spider-${{ github.event.release.tag_name }}-windows.zip bin/spider.exe
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5682fc1

Please sign in to comment.