Skip to content

Commit

Permalink
Update artifact naming and adjust source/destination directories in w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
nullchinchilla committed Mar 28, 2024
1 parent c57d5a1 commit 3a33ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.dir }}-artifacts
name: ${{ matrix.dir }}
path: artifacts/${{ matrix.dir }}

upload:
Expand All @@ -91,6 +91,6 @@ jobs:
r2-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
r2-bucket: geph5
source-dir: ./artifacts/
source-dir: artifacts
# Adjust 'destination-dir' as per need
destination-dir: "/"
destination-dir: ./

0 comments on commit 3a33ec2

Please sign in to comment.