We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d171883 commit 5f767f0Copy full SHA for 5f767f0
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Get DMG Version
72
id: get_version
73
run: |
74
- DMG_NAME=$(ls output/Eligere_*_Installer_compressed.dmg)
+ DMG_NAME=$(ls $HOME/output/Eligere_*_Installer_compressed.dmg)
75
echo "DMG_NAME=${DMG_NAME}" >> $GITHUB_ENV
76
77
- name: Create Release
build_dmg.sh
@@ -6,7 +6,7 @@ SCHEME_NAME="Eligere"
6
BACKGROUND_SCHEME_NAME="Eligere Agent"
7
CONFIGURATION="Release"
8
BUILD_DIR="${PROJECT_DIR}/build"
9
-OUTPUT_DIR="${PROJECT_DIR}/output"
+OUTPUT_DIR="$HOME/output"
10
DEVELOPER_ID="${DEVELOPER_ID}"
11
APPLE_ID="${APPLE_ID}"
12
APP_PASSWORD="${APP_PASSWORD}"
0 commit comments