Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Mar 10, 2024
1 parent f2cd354 commit 3e911e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- name: Set Work ENVs
id: vars
run: |
echo $HOME
echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M')"
WIN_HOME=$(echo '$HOME' | tr '/' '\\')
WIN_HOME=$(echo $HOME | tr '/' '\\')
WIN_HOME="${WIN_HOME:1:1}:${WIN_HOME:2:${#WIN_HOME}-1}"
WIN_HOME=${WIN_HOME^}
echo $WIN_HOME
echo DX9_SDK=$WIN_HOME/dx9
echo "DX9_SDK=$WIN_HOME/dx9" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 3e911e8

Please sign in to comment.