Skip to content

Commit 24464af

Browse files
committed
final commit?
1 parent df1c2fd commit 24464af

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/main.yml.backup renamed to .github/workflows/Build-ios.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
XCODEPROJ=$(find "$GITHUB_WORKSPACE/ios" -maxdepth 1 -name "*.xcodeproj" | head -n 1)
7474
if [ -z "$XCODEPROJ" ]; then
75-
echo "Error: No .xcodeproj file found Elektronik in $GITHUB_WORKSPACE/ios"
75+
echo "Error: No .xcodeproj file found in $GITHUB_WORKSPACE/ios"
7676
exit 1
7777
fi
7878
XCODEPROJ_NAME=$(basename "$XCODEPROJ")
@@ -152,6 +152,7 @@ jobs:
152152
GITHUB_TOKEN: ${{ secrets.GITEATOKEN }}
153153
GH_TOKEN: ${{ secrets.GITEATOKEN }}
154154
run: |
155-
gh release create "${{ github.ref_name }}" \
156-
--title "${{ env.PRODUCT_NAME }} ${{ env.VERSION }}" \
157-
--notes "Automated release\nVersion: ${{ env.VERSION }}\nBundle ID: ${{ env.BUNDLE_ID }}\nDownload IPA from Dropbox: ${{ env.SHAREABLE_LINK }}"
155+
TAG_NAME="v${{ env.VERSION }}"
156+
gh release create "$TAG_NAME" \
157+
--title "${{ env.PRODUCT_NAME }} ${{ env.VERSION }}" \
158+
--notes "Automated release\nVersion: ${{ env.VERSION }}\nBundle ID: ${{ env.BUNDLE_ID }}\nDownload IPA from Dropbox: ${{ env.SHAREABLE_LINK }}"

.github/workflows/new.yml renamed to .github/workflows/new.yml.backup

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
GITHUB_TOKEN: ${{ secrets.GITEATOKEN }}
182182
GH_TOKEN: ${{ secrets.GITEATOKEN }}
183183
run: |
184-
gh release create "${{ github.ref_name }}" \
185-
--title "${{ env.PRODUCT_NAME }} ${{ env.VERSION }}" \
186-
--notes "Automated release\nVersion: ${{ env.VERSION }}\nBundle ID: ${{ env.BUNDLE_ID }}\nDownload IPA from Dropbox: ${{ env.SHAREABLE_LINK }}"
184+
TAG_NAME="v${{ env.VERSION }}"
185+
gh release create "$TAG_NAME" \
186+
--title "${{ env.PRODUCT_NAME }} ${{ env.VERSION }}" \
187+
--notes "Automated release\nVersion: ${{ env.VERSION }}\nBundle ID: ${{ env.BUNDLE_ID }}\nDownload IPA from Dropbox: ${{ env.SHAREABLE_LINK }}"

0 commit comments

Comments
 (0)