Skip to content

Commit

Permalink
Further generalize UpdateArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Oct 27, 2022
1 parent 8ef2b9d commit 188a08e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/UpdateArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
strategy:
matrix:
include:
- artifact_name: "posteriordb"
github_repo: "stan-dev/posteriordb"
- artifact_name: posteriordb
github_repo: stan-dev/posteriordb
steps:
- uses: actions/checkout@v3
- name: Get latest posteriordb release
- name: Get latest artifact release
id: latestrelease
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: stan-dev/posteriordb
repository: ${{ matrix.github_repo }}
excludes: prerelease, draft
- name: add ArtifactUtils
run: julia -e 'using Pkg; Pkg.add("ArtifactUtils")'
Expand Down

0 comments on commit 188a08e

Please sign in to comment.