From 9f90b6373adea709da370a8b1b8400785815c3b1 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Sun, 17 May 2026 21:56:17 -0500 Subject: [PATCH] fix(ci): fix Netlify deploy and Flatpak upload in release workflow --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 838599c86..5119869ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,6 +210,8 @@ jobs: name: Build Flatpak runs-on: ubuntu-latest needs: [build-desktop] + permissions: + contents: write container: image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 options: --privileged @@ -263,14 +265,14 @@ jobs: path: sites/dl-devsy-sh/public/desktop - name: deploy metadata + working-directory: sites/dl-devsy-sh env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} run: | npm install -g netlify-cli netlify deploy --prod \ - --config=sites/dl-devsy-sh/netlify.toml \ - --dir=sites/dl-devsy-sh/public \ + --dir=public \ --site="$NETLIFY_SITE_ID" prerelease: