Skip to content

Commit

Permalink
debug actions release step
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushsonigra committed Mar 4, 2025
1 parent 6af36c6 commit 5ec472b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: aws_ipadd-artifacts
path: ./

- name: Build
run: |
ls -lah dist/ # Debugging: List files in dist/
ls -lah # Debugging: List files in dist/
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand All @@ -63,5 +64,6 @@ jobs:
dist/aws_ipadd_linux_arm64.tar.gz
name: "Release ${{ github.ref_name }}"
tag_name: "${{ github.ref_name }}"
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ec472b

Please sign in to comment.