Skip to content

Commit

Permalink
Another Auto Build Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Jun 2, 2024
1 parent f525a96 commit d54b497
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: Auto Build Experimental Branch
name: Experimental Branch Auto Build

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

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

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -31,7 +31,7 @@ jobs:
zip -r output/Mcblend.zip Mcblend Source
- name: Upload ZIP as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Mcblend Experimental Build
path: output/Mcblend.zip

0 comments on commit d54b497

Please sign in to comment.