Skip to content

Commit

Permalink
18
Browse files Browse the repository at this point in the history
  • Loading branch information
shiquda committed Dec 1, 2024
1 parent 17cd521 commit 61d54ee
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ jobs:
cd build/bin
zip -r "${{ matrix.build-name }}.zip" "${{ matrix.build-name }}.app"
- name: List Build Directory
run: |
echo "Listing build directory:"
ls -a -l ./build/bin
- name: Upload Linux Build Artifact
if: runner.os == 'linux'
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -203,10 +198,3 @@ jobs:
asset_path: ./artifacts/ubuntu-latest/${{ matrix.build-name }}
asset_name: crypto-monitor-${{ env.VERSION }}-linux-amd64
asset_content_type: application/x-elf

- name: List Artifacts Directories
run: |
echo "Listing Windows Installer Directory:"
ls -al ./artifacts/windows-installer/
echo "Listing Windows Executable Directory:"
ls -al ./artifacts/windows-executable/

0 comments on commit 61d54ee

Please sign in to comment.