Skip to content

Commit

Permalink
Update destination-dir in CI workflow to fix dynamic naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 28, 2024
1 parent 819d234 commit b9aeaff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ jobs:
r2-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
r2-bucket: geph5
source-dir: ./artifacts/
# Use a more dynamic destination directory naming based on the runner OS
destination-dir: ./${{ matrix.dir }}-latest/
destination-dir: ./${{ matrix.dir }}-latest

0 comments on commit b9aeaff

Please sign in to comment.