Skip to content

Commit

Permalink
Fixed linux desktop build action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 24, 2024
1 parent cdae637 commit 55af029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: printf "API_URL=$API_URL\nSUPABASE_URL=$SUPABASE_URL\nSUPABASE_API_KEY=$SUPABASE_API_KEY\nSUPABASE_JWT_SECRET=$SUPABASE_JWT_SECRET\nDATABASE_URL=$DATABASE_URL\n" > .env

- name: Move icons
- name: Copy icons
run: |
mkdir -p dist/resources
cp icons/32x32.png dist/resources/32x32.png
cp icons/128x128.png dist/resources/128x128.png
cp icons/[email protected] dist/resources/[email protected]
Expand All @@ -68,4 +69,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux
path: dist/bundle/deb/**/*
path: dist/bundle/appimage/**/*

0 comments on commit 55af029

Please sign in to comment.