Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update dotnet-desktop.yml - fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
meetox80 authored May 28, 2023
1 parent 2fa5b61 commit 838cf46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
run: dir src/bin/Release/

- name: Get file size
id: get_file_size
run: |
size=$(du -k src/bin/Release/betterlauncher-cs.exe | cut -f1)
$size = (Get-ChildItem -Path "src/bin/Release/betterlauncher-cs.exe" | Measure-Object -Property Length -Sum).Sum / 1KB
echo "::set-output name=size_kb::$size"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 838cf46

Please sign in to comment.