Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Mar 16, 2020
1 parent 4c8e43d commit 5c1af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir build
dart2native bin/main.dart -v -o build/${{ matrix.output-name }}
mkdir release
7z release/${{ matrix.release-name }}.7z build/${{ matrix.output-name }}
7z a release/${{ matrix.release-name }}.7z build/${{ matrix.output-name }}
- name: Create Release
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit 5c1af0b

Please sign in to comment.