Fix typo on #1

This commit is contained in:
Sam Pottinger
2024-04-04 11:06:27 -07:00
parent 6b805c1d94
commit bd3da066a6

View File

@@ -77,11 +77,11 @@ jobs:
ant clean;
ant build
- name: Add artifact
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: linux
path: ./build/linux/work
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: linux
path: ./build/linux/work
mac:
runs-on: macos-latest
name: Build Mac
@@ -118,11 +118,11 @@ jobs:
ant clean;
ant build
- name: Add artifact
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: macos
path: ./build/macos/work
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: macos
path: ./build/macos/work
windows:
runs-on: windows-latest
name: Build Windows
@@ -142,8 +142,8 @@ jobs:
ant clean;
ant build
- name: Add artifact
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: windows
path: ./build/windows/work
uses: actions/upload-artifact@v3
if: {{ github.ref == 'ref/head/main' }}
with:
name: windows
path: ./build/windows/work