mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-13 17:05:35 +00:00
Compare commits
2 Commits
3c1446ff07
...
c8e5bb12b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8e5bb12b8 | ||
|
|
1d913dd2f1 |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -38,12 +38,10 @@ jobs:
|
||||
# care should be taken to also test new files locally first
|
||||
# Tests missing these files in the CI should still fail.
|
||||
- name: Download static files from last release for testing
|
||||
uses: robinraju/release-downloader@v1
|
||||
uses: robinraju/release-downloader@v1.12
|
||||
with:
|
||||
latest: true
|
||||
tarBall: false
|
||||
fileName: "galvani-*.gz"
|
||||
zipBall: false
|
||||
tarBall: true
|
||||
out-file-path: /home/runner/work/last-release
|
||||
extract: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user