mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 21:38:01 -05:00
Zip artifacts before trying to upload them as artifacts
This commit is contained in:
parent
ed20e6d0a2
commit
f19550b58e
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -109,11 +109,15 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
|
- name: Zip artifacts
|
||||||
|
run:
|
||||||
|
- 7z a oat-linux.tar.gz ./oat-linux/*
|
||||||
|
- 7z a oat-windows.zip ./oat-windows/*
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
artifacts: "*.zip"
|
artifacts: "oat-linux.tar.gz,oat-windows.zip"
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
draft: true
|
draft: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user