Skip to content

Commit

Permalink
print file size for comparison reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostboats committed Apr 17, 2024
1 parent 9ab5269 commit 102b7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
id: set_vsix_name
run: echo "::set-output name=vsix_filename::bg3-mod-helper-${{ steps.get_version.outputs.version }}.vsix"
shell: bash
- name: Log file size
run: ls -lh "${{ steps.set_vsix_name.outputs.vsix_filename }}"
- name: Upload VSIX as artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 102b7b4

Please sign in to comment.