Skip to content

Commit

Permalink
test: build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Sep 9, 2024
1 parent d2cd285 commit 86feb3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
./.ci/release.sh
ls -la
ls -la ../
ls -la ../../
ls -la ../../../
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: build
path: .build
path: ./.build/*

0 comments on commit 86feb3d

Please sign in to comment.