Skip to content

Commit 825790b

Browse files
authored
Merge pull request #6 from matushorvath/master-trepe
Rename chrome package to chrome-edge
2 parents b29c65c + 751c0c5 commit 825790b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
- name: Store artifact
8383
uses: actions/upload-artifact@v3
8484
with:
85-
name: aoc_time_logger_chrome
86-
path: output/aoc_time_logger-*-chrome.zip
85+
name: aoc_time_logger_chrome_edge
86+
path: output/aoc_time_logger-*-chrome-edge.zip
8787
if-no-files-found: error

build-chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ mkdir -p output
77
VERSION=$(jq -r .version manifest.json)
88
FILES=$(jq -r .buildChrome.files[] package.json)
99

10-
zip "output/aoc_time_logger-$VERSION-chrome.zip" $FILES
10+
zip "output/aoc_time_logger-$VERSION-chrome-edge.zip" $FILES

manifest.input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "AoC Time Logger",
4-
"version": "2.1.9",
4+
"version": "2.1.10",
55
"description": "Logs time when user opens the task",
66
"content_scripts": [{
77
"matches": ["https://adventofcode.com/*"],

0 commit comments

Comments
 (0)