Compare commits

..

3 Commits
1.3.2 ... 1.3.5

Author SHA1 Message Date
eyedeekay
7c0070cd15 skip unpacking artifacts, only checkout changelog 2024-03-07 13:43:09 -05:00
eyedeekay
8083c6c652 skip unpacking artifacts, only checkout changelog 2024-03-07 13:40:26 -05:00
eyedeekay
d9d13fac70 check out repo prior to release 2024-03-07 13:33:50 -05:00

View File

@@ -14,10 +14,16 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
CHANGES.md
sparse-checkout-cone-mode: false
- name: Download artifacts
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: false
workflow: ant.yml
if_no_artifact_found: fail
- name: List artifacts