mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00: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
|
||||
steps:
|
||||
- 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
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
artifacts: "*.zip"
|
||||
artifacts: "oat-linux.tar.gz,oat-windows.zip"
|
||||
artifactErrorsFailBuild: true
|
||||
allowUpdates: true
|
||||
draft: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user