From 3c2053dc85f3e0f7900f56c8f600cd9a96bc03c6 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 27 Oct 2023 13:16:43 +0200 Subject: [PATCH] Update .gitea/workflows/workflow.yml --- .gitea/workflows/workflow.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 59ce965..a4d67f1 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -25,21 +25,14 @@ jobs: run: | apt-get update apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libudev-dev - - name: setup go - uses: https://github.com/actions/setup-go@v4 - with: - go-version: '>=1.20.1' - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use working-directory: ./toos-dashboard - run: npm run tauri build working-directory: ./toos-dashboard - - name: Publish release - id: use-go-action - uses: https://gitea.com/actions/release-action@main + - uses: actions/upload-artifact@v3 working-directory: ./toos-dashboard with: - files: |- - src-tauri/target/release/bundle/appimage/*.AppImage - api_key: '${{secrets.TOKEN}}' + name: Appimage + path: assets/src-tauri/target/release/bundle/appimage/*.AppImage \ No newline at end of file