Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Aug 31, 2024
1 parent edad105 commit 8c30d31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
uses: actions/checkout@v3

- run: git fetch --prune --unshallow --tags

- name: Display environment variables
run: |
Get-ChildItem Env:

- name: Preapre build
shell: cmd
Expand All @@ -41,7 +37,7 @@ jobs:
set current_date=%year%%month%%day%
echo Create git hash
for /f %%i in ('git -C %RUNNER_WORKSPACE% rev-parse --short HEAD') do set git_hash=%%i
for /f %%i in ('git -C %GITHUB_WORKSPACE% rev-parse --short HEAD') do set git_hash=%%i
echo Create version
set file_version=%current_date%_%git_hash%
Expand All @@ -52,6 +48,10 @@ jobs:
REM Get all headers and DLLs for the build
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
- name: Display environment variables
run: |
Get-ChildItem Env:
- name: Build
id: build
Expand Down

0 comments on commit 8c30d31

Please sign in to comment.