Skip to content

Commit

Permalink
chore: update ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Sep 26, 2024
1 parent 8574e03 commit 0181198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Setup
shell: bash
run: |
SANITIZED_TAG="${ GITHUB_REF_NAME//./- }"
TAG="${{ github.ref_name }}"
SANITIZED_TAG="${ TAG//./- }"
echo "EXEC_NAME=albyhub" >> $GITHUB_ENV
if [ "${{ runner.os }}" == "macOS" ]; then
echo "PACKAGE_NAME=AlbyHub-Server-MacOS-${SANITIZED_TAG}" >> $GITHUB_ENV
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Setup
shell: bash
run: |
SANITIZED_TAG="${{ GITHUB_REF_NAME//./- }}"
TAG="${{ github.ref_name }}"
SANITIZED_TAG="${ TAG//./- }"
echo "EXEC_NAME=AlbyHub" >> $GITHUB_ENV
echo "PACKAGE_NAME=AlbyHub-Desktop-${{ runner.os }}-${SANITIZED_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 0181198

Please sign in to comment.