Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSen2 committed Dec 10, 2023
1 parent e09f5e9 commit 2608551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
npm install
sudo apt install flatpak flatpak-builder elfutils
npm run package
npm run make && cd "out/Google Docs-linux-x64" && ll
npm run publish
- uses: actions/upload-artifact@v3
with:
name: Linux
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
npm install
npm install appdmg --save-dev
npm run make
npm run publish
- uses: actions/upload-artifact@v3
with:
name: macOS
Expand All @@ -86,7 +86,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run make
npm run publish
- uses: actions/upload-artifact@v3
with:
name: Windows
Expand Down

0 comments on commit 2608551

Please sign in to comment.