Skip to content

update popup print

update popup print #49

Workflow file for this run

name: Zip File
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Files
run: |
mkdir socialswitch-v0.5
cp background.js popup.js popup.html supported.html style.css manifest.json socialswitch-v0.5/
cp -r icons/ socialswitch-v0.5/
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: socialswitch-v0.5
path: socialswitch-v0.5