Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephenodrom committed Feb 1, 2024
1 parent c61ff5a commit 676fde9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
run: gh --version

- name: Build Executable
run: dart compile exe bin/git_log_markdown_formatter.dart -o glmf
run: |
dart pub get
dart compile exe bin/git_log_markdown_formatter.dart -o glmf
- name: Upload Executable Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 676fde9

Please sign in to comment.