Skip to content

Commit

Permalink
Remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 3, 2023
1 parent 063cf1c commit 5719657
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,9 @@ jobs:
if: runner.os == 'Windows'
run: Compress-Archive -Path .\dist\${{ env.PACKAGE_NAME }}_${{ env.PACKAGE_VERSION }}.exe -DestinationPath .\${{ env.PACKAGE_NAME }}_${{ env.PACKAGE_VERSION }}_windows.zip

# Debug: List the full path of the generated package
- name: Debug - List full path of the generated package
run: |
echo "Full path of the generated package:"
find $(pwd) -type f -name "${{ env.PACKAGE_NAME }}_${{ env.PACKAGE_VERSION }}*"
# Debug: List the contents of the directory
- name: Debug - List directory contents
run: ls -R

# Upload the packaged binary as an artifact
- name: Upload Binary as Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-binary
path: '${{ github.workspace }}/*.tar.gz'
path: '*.{tar.gz,zip}'

0 comments on commit 5719657

Please sign in to comment.