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 e3f5b35 commit 2669565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- name: Setup
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
2 changes: 1 addition & 1 deletion .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup
shell: bash
run: |
SANITIZED_TAG="${{ github.ref_name//./- }}"
SANITIZED_TAG="${{ GITHUB_REF_NAME//./- }}"
echo "EXEC_NAME=AlbyHub" >> $GITHUB_ENV
echo "PACKAGE_NAME=AlbyHub-Desktop-${{ runner.os }}-${SANITIZED_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 2669565

Please sign in to comment.