Skip to content

Commit

Permalink
Auto Build Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Jun 2, 2024
1 parent 765596f commit f525a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Addon Build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Zip Blender Addon
name: Auto Build Experimental Branch

on:
push:
Expand All @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand Down

0 comments on commit f525a96

Please sign in to comment.