Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoidMaster authored Oct 30, 2024
1 parent 7ba9572 commit 7e2a6a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ jobs:
- name: Upload DevBuild as release
if: github.repository == 'Nexulien/Nexop'
run: |
gh release upload devbuild --clobber dist/*
files=$(find dist -type f)
gh release upload devbuild $files --clobber
gh release edit devbuild --title "DevBuild $RELEASE_TAG"
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TAG: ${{ env.release_tag }}

0 comments on commit 7e2a6a0

Please sign in to comment.