We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27983f commit 385795eCopy full SHA for 385795e
.github/workflows/chrome_publish.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
- name: Install dependencies
14
run: |
15
- apt install zip
+ sudo apt install zip
16
- name: ZIP THEM NOW!!
17
18
zip -qq -r CursorConnect.zip assets customization contentScript.js flip.css flip.js popup.css popup.html popup.js tick.css && zip -j CursorConnect.zip ./platform/chromium/manifest.json
.github/workflows/edge_publish.yml
0 commit comments