parent
da8571934a
commit
9c3f52abf6
|
@ -60,25 +60,22 @@ jobs:
|
||||||
# Upload produced artifacts
|
# Upload produced artifacts
|
||||||
|
|
||||||
- name: Uploading artifacts (love)
|
- name: Uploading artifacts (love)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.event.repository.name }}.love"
|
name: "${{ github.event.repository.name }}.love"
|
||||||
path: "${{ github.workspace }}/bin/*.love"
|
path: "${{ github.workspace }}/bin/*.love"
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
compression-level: 0
|
|
||||||
- name: Uploading artifacts (win64)
|
- name: Uploading artifacts (win64)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.event.repository.name }}-win64.zip"
|
name: "${{ github.event.repository.name }}-win64.zip"
|
||||||
path: "${{ github.workspace }}/bin/*-win64.zip"
|
path: "${{ github.workspace }}/bin/*-win64.zip"
|
||||||
compression-level: 0
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Uploading artifacts (macos)
|
- name: Uploading artifacts (macos)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "${{ github.event.repository.name }}-macos.zip"
|
name: "${{ github.event.repository.name }}-macos.zip"
|
||||||
path: "${{ github.workspace }}/bin/*-macos.zip"
|
path: "${{ github.workspace }}/bin/*-macos.zip"
|
||||||
compression-level: 0
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# Determine files
|
# Determine files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user