Skip to content

Commit

Permalink
update version in testing package
Browse files Browse the repository at this point in the history
  • Loading branch information
freibold committed Jul 19, 2024
1 parent aa4449b commit 1ad1d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ jobs:
artifact-out: release-testing-PACKAGE-ZIP
artifact-path: ./build/*.tar.gz
cmd: |
rm build/embree-4.3.2.x86_64.linux.tar.gz
mv build/embree-4.3.2.x86_64.linux-testing.tar.gz build/embree-4.3.2-testing.tar.gz
rm build/embree-4.3.3.x86_64.linux.tar.gz
mv build/embree-4.3.3.x86_64.linux-testing.tar.gz build/embree-4.3.3-testing.tar.gz

0 comments on commit 1ad1d3c

Please sign in to comment.