File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
- name : Store artifact
83
83
uses : actions/upload-artifact@v3
84
84
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
87
87
if-no-files-found : error
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ mkdir -p output
7
7
VERSION=$( jq -r .version manifest.json)
8
8
FILES=$( jq -r .buildChrome.files[] package.json)
9
9
10
- zip " output/aoc_time_logger-$VERSION -chrome.zip" $FILES
10
+ zip " output/aoc_time_logger-$VERSION -chrome-edge .zip" $FILES
Original file line number Diff line number Diff line change 1
1
{
2
2
"common" : {
3
3
"name" : " AoC Time Logger" ,
4
- "version" : " 2.1.9 " ,
4
+ "version" : " 2.1.10 " ,
5
5
"description" : " Logs time when user opens the task" ,
6
6
"content_scripts" : [{
7
7
"matches" : [" https://adventofcode.com/*" ],
You can’t perform that action at this time.
0 commit comments