From d713becd6899b4a1894a39de2ed93c0ba806202b Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 27 Oct 2023 12:51:45 +0200 Subject: [PATCH] Update .gitea/workflows/workflow.yml --- .gitea/workflows/workflow.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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