2 Commits

Author SHA1 Message Date
Matthew Evans
c8e5bb12b8 Merge pull request #122 from echemdata/ml-evs/fix-ci
Pin and update release downloader action
2025-03-22 15:56:57 +00:00
Matthew Evans
1d913dd2f1 Pin and update release downloader action 2025-03-22 13:47:42 +00:00

View File

@@ -38,12 +38,10 @@ jobs:
# care should be taken to also test new files locally first # care should be taken to also test new files locally first
# Tests missing these files in the CI should still fail. # Tests missing these files in the CI should still fail.
- name: Download static files from last release for testing - name: Download static files from last release for testing
uses: robinraju/release-downloader@v1 uses: robinraju/release-downloader@v1.12
with: with:
latest: true latest: true
tarBall: false tarBall: true
fileName: "galvani-*.gz"
zipBall: false
out-file-path: /home/runner/work/last-release out-file-path: /home/runner/work/last-release
extract: true extract: true