Skip to content

Commit

Permalink
Fix missing binaries in GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
thvl3 committed Jan 16, 2025
1 parent 615b470 commit c96082d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
with:
path: artifacts

- name: List Downloaded Files (Debugging)
run: ls -R artifacts

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: v1.0.${{ github.run_number }}
name: steGO v1.0.${{ github.run_number }}
draft: false
prerelease: false
files: |
artifacts/steGO_macos-latest
artifacts/steGO_ubuntu-latest
artifacts/steGO_windows.exe
files: artifacts/**/*
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }} # Use the new Personal Access Token
GITHUB_TOKEN: ${{ secrets.GH_PAT }} # Use the Personal Access Token (PAT)

0 comments on commit c96082d

Please sign in to comment.