Skip to content

Commit

Permalink
ci: fix github path for zip
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed Apr 10, 2024
1 parent b35efce commit da306be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: zip
uses: montudor/action-zip@v1
with:
args: zip "{{matrix.os}}.zip" bin/devmy
args: zip "{{matrix.os}}.zip" dist/devmy
- name: compile
run: rm devmy
release:
Expand Down

0 comments on commit da306be

Please sign in to comment.