diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 1138978..acd4200 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -30,4 +30,13 @@ jobs: working-directory: ./toos-dashboard - run: npm run tauri build working-directory: ./toos-dashboard + - name: Publish release + working-directory: ./toos-dashboard + id: use-go-action + uses: https://gitea.com/actions/release-action@main + working-directory: ./toos-dashboard + with: + files: |- + src-tauri/target/release/bundle/appimage/*.AppImage + api_key: '${{secrets.TOKEN}}' \ No newline at end of file