Compare commits

...

1 Commits
1.3.4 ... 1.3.5

Author SHA1 Message Date
7c0070cd15 skip unpacking artifacts, only checkout changelog 2024-03-07 13:43:09 -05:00

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"