Skip to content

Commit

Permalink
fix artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jul 18, 2022
1 parent 05e4902 commit 8796063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: dart --version
- uses: actions/checkout@v1
- name: Install dependencies
run: C:\tools\dart-sdk\bin\dart.exe pub get
run: dart pub get
- name: Build Artifact
run: C:\tools\dart-sdk\bin\dart.exe compile exe bin/main.dart -o bin/spider.exe
run: dart 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 8796063

Please sign in to comment.