skip unpacking artifacts, only checkout changelog

This commit is contained in:
eyedeekay
2024-03-07 13:48:05 -05:00
parent 7c0070cd15
commit 6072b8552e

View File

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