Skip to content

Commit

Permalink
chore: adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasjay committed Oct 27, 2024
1 parent b0c9e97 commit 5a639f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
with:
token: ${{ secrets.BUILD_TOKEN }}
- name: Make
run: |-
run: |
make build
- name: Build
uses: CompeyDev/rojo-build-action@0.1.5
with:
output: build/latest
type: rbxm
- name: Commit and Push
run: |-
run: |
git config --global user.email "bot@gtihub"
git config --global user.name "Bot"
git diff --quiet build/latest.rbxm || (git add build/latest.rbxm && git commit -m "chore(deploy): build rojo project" && git push)
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 20
- name: Build
run: |-
run: |
make build
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5a639f4

Please sign in to comment.