Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Nov 16, 2023
1 parent 9c43c3c commit 86ef9c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile-lawndon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ jobs:
cli-compile-flags: |
- --export-binaries
- name: Tell me where this is
run: |
echo "Im here"
ls -lah ./lawndon/build
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./lawndon/build
files: ./lawndon/build/*

0 comments on commit 86ef9c7

Please sign in to comment.