Skip to content

Commit

Permalink
(fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Mar 12, 2024
1 parent 7412e88 commit 9abe6e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
cd commanddash
dart compile exe bin/commanddash.dart -o build/${{ matrix.output-name }}
- uses: actions/upload-artifact@v4
with:
name: native-executables
path: commanddash/build
with:
name: native-executables
path: build

0 comments on commit 9abe6e4

Please sign in to comment.