Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jan 30, 2025
1 parent 1f7e643 commit f513725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/allreleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Builder noble image setup
run: sudo docker build -t cl-repro-noble - < contrib/reprobuild/Dockerfile.noble
- name: Building using the builder image
run: ./tools/build-release.sh bin-Fedora-28-amd64 bin-Ubuntu
run: ./tools/build-release.sh bin-Fedora bin-Ubuntu
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Building using the builder image
run: ./tools/build-release.sh bin-Fedora-28-amd64
run: ./tools/build-release.sh bin-Fedora
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f513725

Please sign in to comment.