Skip to content

Commit

Permalink
i am so done with this
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoidMaster authored Oct 30, 2024
1 parent 7e2a6a0 commit 6bcffe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Upload DevBuild as release
if: github.repository == 'Nexulien/Nexop'
run: |
files=$(find dist -type f)
gh release upload devbuild $files --clobber
for file in dist/*; do
gh release upload devbuild "$file" --clobber
done
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 6bcffe8

Please sign in to comment.