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 2669565 commit 8574e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:

steps:
- name: Setup
shell: bash
run: |
SANITIZED_TAG="${{ GITHUB_REF_NAME//./- }}"
SANITIZED_TAG="${ GITHUB_REF_NAME//./- }"
echo "EXEC_NAME=albyhub" >> $GITHUB_ENV
if [ "${{ runner.os }}" == "macOS" ]; then
echo "PACKAGE_NAME=AlbyHub-Server-MacOS-${SANITIZED_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 8574e03

Please sign in to comment.