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 ed579c0 commit 979fa60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
npm install
sudo apt install flatpak flatpak-builder elfutils
npm run package && cd "out/Google Docs-linux-x64" && ls
npm run make && npm run publish
- uses: actions/upload-artifact@v3
with:
name: Linux
path: out/make/*
- name: Use Snapcraft
run: |
snapcraft --help
snapcraft upload --release=stable out/make/Google-Docs-linux.snap
snapcraft upload --release=stable "out/make/Google Docs-linux-x64.snap"
build-mac:
name: macOS
Expand Down

0 comments on commit 979fa60

Please sign in to comment.