diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 33fbf877..e7928e76 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -28,9 +28,9 @@ jobs: - name: Package build output run: | cd ./dist - zip -r ../release.zip . # Adjust the path to your build output directory + zip -r /tmp/dsa41_release.zip . # Adjust the path to your build output directory - name: Package Upload uses: akkuman/gitea-release-action@v1 with: server_url: https://git.macniel.online - path: release.zip + path: /tmp/dsa41_release.zip