Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Dart native compile workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jan 13, 2020
1 parent 30a6fa6 commit a184113
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -61,9 +61,9 @@ jobs:
dart2native bin/main.dart -o bin/${{ matrix.file-name }}
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: bin
path: bin
# with:
# name: bin
# path: bin
execute:
name: Run artifact
needs: build
Expand Down

0 comments on commit a184113

Please sign in to comment.