Skip to content

Commit ff8065d

Browse files
committed
Treat the notion-repackaged config as a script
1 parent 4a7c78a commit ff8065d

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/notion-repackaged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- 'notion-repackaged.env'
7+
- 'notion-repackaged.sh'
88
- '.github/workflows/notion-repackaged.yml'
99

1010
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
2222
- id: preload-variables
2323
name: Load variables and set them as outputs
2424
run: |
25-
source notion-repackaged.env
25+
source notion-repackaged.sh
2626
2727
echo "::set-output name=notion_version::$NOTION_VERSION"
2828
echo "::set-output name=notion_repackaged_revision::$NOTION_REPACKAGED_REVISION"

notion-repackaged.env

Lines changed: 0 additions & 4 deletions
This file was deleted.

notion-repackaged.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# This file should only contain variables neccessary for notion-repackaged builds
3+
# To bring these variables to your shell, run "source notion-repackaged.sh"
4+
#
5+
6+
export NOTION_VERSION=2.0.16
7+
export NOTION_REPACKAGED_REVISION=2
8+
export NOTION_DOWNLOAD_HASH=9f72284086cda3977f7f569dff3974d5
9+
export NOTION_ENHANCER_COMMIT=b248ffa3bac393f267a4600d4e951aba8565f31e
10+

0 commit comments

Comments
 (0)