Skip to content

Commit

Permalink
attempt fix deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Sep 23, 2024
1 parent ef09bd5 commit 7078898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flutter_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build Linux Executable
run: |
flutter build linux --release
- name: Create AppImage
run: |
sudo apt-get update
Expand All @@ -150,9 +150,7 @@ jobs:
# Copy the existing desktop file
cp snap/gui/io.naox.InnerBreeze.desktop InnerBreeze.AppDir/InnerBreeze.desktop
# Copy the icon
cp InnerBreeze.AppDir/data/flutter_assets/assets/images/logo.png InnerBreeze.AppDir/InnerBreeze.png
cp snap/gui/io.naox.InnerBreeze.png InnerBreeze.AppDir/io.naox.InnerBreeze.png
# Debug output
echo "Contents of InnerBreeze.AppDir:"
Expand Down
16 changes: 5 additions & 11 deletions .github/workflows/netlify_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,12 @@ jobs:

- name: Build Web
run: flutter build web --release

- name: Install Netlify CLI
run: npm install -g netlify-cli

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './build/web'
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
run: netlify deploy --prod --dir=./build/web --site=$NETLIFY_SITE_ID
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 comments on commit 7078898

Please sign in to comment.