Skip to content

Commit

Permalink
Update release workflow pushing latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 26, 2023
1 parent 0c9a128 commit 585f9f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
git config --global user.email ""
git config --global user.name "bot"
git add download/dust3d-latest-preview.zip
timestamp=$(TZ=":Australia/Sydney" date)
git commit -m "Update latest windows build at ${timestamp}"
git commit -m "Update latest windows build"
git push origin HEAD
cd ../
- name: Upload zip
Expand Down Expand Up @@ -135,4 +134,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dust3d-${{ github.event.workflow_run.head_branch }}.dmg
path: dust3d-${{ github.event.workflow_run.head_branch }}.dmg
path: dust3d-${{ github.event.workflow_run.head_branch }}.dmg

0 comments on commit 585f9f2

Please sign in to comment.