We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9b41f commit 10caacfCopy full SHA for 10caacf
.github/workflows/build.yml
@@ -44,11 +44,10 @@ jobs:
44
with:
45
tag: 'v${{ github.run_number }}'
46
name: 'TheCyberHUB Desktop Release v${{ github.run_number }}'
47
- files: |
+ artifacts: |
48
dist/*.exe
49
env:
50
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }} # Ensure this token has the necessary permissions
52
53
# Optional: Clean up after the build
54
- name: Cleanup
0 commit comments