mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Display exe size
This commit is contained in:
parent
6a75d36c4b
commit
12d592d2ed
4
.github/workflows/sdrangel.yml
vendored
4
.github/workflows/sdrangel.yml
vendored
@ -89,6 +89,8 @@ jobs:
|
|||||||
#run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT
|
#run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT
|
||||||
- name: Diplay version
|
- name: Diplay version
|
||||||
run: echo ${{ steps.get_version.outputs.version }}
|
run: echo ${{ steps.get_version.outputs.version }}
|
||||||
|
- name: Build size
|
||||||
|
run: ls -l ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -99,6 +101,8 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v0.1.13
|
uses: softprops/action-gh-release@v0.1.13
|
||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
|
files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
|
||||||
|
- name: Check space
|
||||||
|
run: Get-PSDrive
|
||||||
|
|
||||||
build_mac:
|
build_mac:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
Loading…
Reference in New Issue
Block a user