attempt 4 to fix release script
This commit is contained in:
parent
fb63726a42
commit
a2e2894353
24
.github/workflows/release.yml
vendored
24
.github/workflows/release.yml
vendored
@ -89,19 +89,19 @@ jobs:
|
|||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "release-emu-win-${{ github.sha }}"
|
name: "release-emu-win-release-${{ github.sha }}"
|
||||||
path: "build/package/win/**/release*"
|
path: "build/package/win/**/release/*"
|
||||||
if-no-files-found: 'error'
|
if-no-files-found: 'error'
|
||||||
compression-level: 9
|
compression-level: 0
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
- name: Upload release package
|
- name: Upload release package
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "release-emu-win-${{ github.sha }}"
|
name: "release-emu-win-debug-${{ github.sha }}"
|
||||||
path: "build/package/win/**/debug*"
|
path: "build/package/win/**/debug/*"
|
||||||
if-no-files-found: 'error'
|
if-no-files-found: 'error'
|
||||||
compression-level: 9
|
compression-level: 0
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
|
||||||
@ -179,19 +179,19 @@ jobs:
|
|||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "release-emu-linux-${{ github.sha }}"
|
name: "release-emu-linux-release-${{ github.sha }}"
|
||||||
path: "build/package/linux/**/release*"
|
path: "build/package/linux/**/release/*"
|
||||||
if-no-files-found: 'error'
|
if-no-files-found: 'error'
|
||||||
compression-level: 9
|
compression-level: 0
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
- name: Upload release package
|
- name: Upload release package
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "release-emu-linux-${{ github.sha }}"
|
name: "release-emu-linux-debug-${{ github.sha }}"
|
||||||
path: "build/package/linux/**/debug*"
|
path: "build/package/linux/**/debug/*"
|
||||||
if-no-files-found: 'error'
|
if-no-files-found: 'error'
|
||||||
compression-level: 9
|
compression-level: 0
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user