Skip to content

Commit 2a031c4

Browse files
committed
init CICD
1 parent 71ae82f commit 2a031c4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
4646
- name: Prepare Firefox extension xpi
4747
run: |
48-
mkdir -p dist
49-
cd dist
50-
cp ../manifest.json .
51-
cp -r ../popup ../images ../options .
52-
zip -r openstack-profile-switcher-firefox-${VERSION}.xpi manifest.json popup images options
53-
cd ..
48+
cd . # root of repository
49+
zip -r -FS dist/openstack-profile-switcher-firefox-${VERSION}.xpi \
50+
manifest.json popup images options \
51+
--exclude '*.git*' --exclude '*.DS_Store*'
5452
5553
- name: Upload artifacts for debugging
5654
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)