Skip to content

Commit 11dffd1

Browse files
author
Chubby Granny Chaser
committed
fix: profiles hotfix
1 parent 66d0319 commit 11dffd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
env:
3131
MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }}
3232
MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }}
33+
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
3334
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3435

3536
- name: Build Windows
@@ -38,6 +39,7 @@ jobs:
3839
env:
3940
MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }}
4041
MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }}
42+
MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_API_URL }}
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244

4345
- name: Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydralauncher",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Hydra",
55
"main": "./out/main/index.js",
66
"author": "Los Broxas",

0 commit comments

Comments
 (0)