Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay authored Sep 7, 2024
1 parent 1e55de2 commit a0aaa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
run: |
gh release create r${{env.CommitCount}} --generate-notes --latest=false --prerelease --title "[${{env.CommitDate}}] ${{github.event.repository.name}} r${{env.CommitCount}}@${{env.CommitHashShort}}"
gh release create latest --generate-notes --latest=false --prerelease --title "[${{env.CommitDate}}] ${{github.event.repository.name}} r${{env.CommitCount}}@${{env.CommitHashShort}}"
gh release upload r${{env.DSOALCommitCount}} "${{github.workspace}}/${{env.Artifacts}}"
gh release upload latest "${{github.workspace}}/${{env.Artifacts}}"
gh release upload r${{env.DSOALCommitCount}} "${{env.Artifacts}}"
gh release upload latest "${{env.Artifacts}}"

0 comments on commit a0aaa8c

Please sign in to comment.