skip unpacking artifacts, only checkout changelog

This commit is contained in:
eyedeekay
2024-03-07 13:43:09 -05:00
parent 8083c6c652
commit 7c0070cd15

View File

@ -23,6 +23,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: false
workflow: ant.yml
if_no_artifact_found: fail
- name: List artifacts
@ -30,6 +31,5 @@ jobs:
- name: Upload artifacts
uses: ncipollo/release-action@v1
with:
skip_unpack: true
artifacts: "*"
bodyFile: "CHANGES.md"