Skip to content

Commit

Permalink
Merge pull request #47 from XanatosX/main
Browse files Browse the repository at this point in the history
Sync develop with main
  • Loading branch information
XanatosX authored Jan 30, 2023
2 parents 0f2adc1 + 1f9a938 commit 59d784a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-latest-develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
-d ${{ env.RELEASE_ARTIFACT_FOLDER }}/*.*
- name: Create release and upload artifacts
if: ${{ env.DEBUG == 'false' }}
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create Develop-${{ GITHUB.RUN_NUMBER }} \
--title "${{ env.RELEASE_NAME }} [${{ GITHUB.RUN_NUMBER }}]" --target ${{ env.REF_CHECKOUT_BRANCH }} \
Expand Down

0 comments on commit 59d784a

Please sign in to comment.