Skip to content

Commit

Permalink
update android version
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed May 8, 2024
1 parent 39f3a42 commit 530efa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
mkdir socialswitch-v1.0-firefox
cp firefox/background.js firefox/manifest.json firefox/popup.js chrome/popup.html chrome/support.html chrome/style.css socialswitch-v1.0-firefox/
cp -r chrome/icons/ socialswitch-v1.0-firefox/
mkdir socialswitch-v1.0-firefox-android
cp firefox-android/manifest.json firefox-android/popup.html firefox-android/support.html firefox-android/style-firefox-android.css firefox/background.js firefox/popup.js chrome/style.css socialswitch-v1.0-firefox-android/
cp -r chrome/icons/ socialswitch-v1.0-firefox-android/
mkdir socialswitch-v1.1-firefox-android
cp firefox-android/manifest.json firefox-android/popup.html firefox-android/support.html firefox-android/style-firefox-android.css firefox/background.js firefox/popup.js chrome/style.css socialswitch-v1.1-firefox-android/
cp -r chrome/icons/ socialswitch-v1.1-firefox-android/
- name: Upload Chrome Artifact
uses: actions/upload-artifact@v4
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Upload Firefox for Android Artifact
uses: actions/upload-artifact@v4
with:
name: socialswitch-v1.0-firefox-android
path: socialswitch-v1.0-firefox-android
name: socialswitch-v1.1-firefox-android
path: socialswitch-v1.1-firefox-android

0 comments on commit 530efa5

Please sign in to comment.