File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 61
61
- name : Create env file
62
62
run : |
63
63
echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env
64
+ echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
65
+
64
66
65
67
- name : Build WASM
66
68
run : ./scripts/workflow.sh
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
17
+ - name : Create env file
18
+ run : |
19
+ echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
20
+
17
21
- name : Build WASM
18
22
run : ./scripts/workflow.sh
19
23
Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ run-name: Create release for `${{ github.ref_name }}`
11
11
12
12
jobs :
13
13
release-wasm :
14
- runs-on : windows-2022
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
18
+ - name : Create env file
19
+ run : |
20
+ echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
21
+
18
22
- name : Build WASM
19
23
run : ./scripts/workflow.sh
20
24
You can’t perform that action at this time.
0 commit comments