diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 5cf18ec..5f135ca 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -36,4 +36,6 @@ jobs: run: xmake test - name: 🚀 Publish - run: xmake p + run: | + xmake import-assets + xmake p