diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-05-14 15:13:37 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:05:05 -0500 |
| commit | ebcb690de084f539902c0463838af0b019cf235d (patch) | |
| tree | 0822950cd6c9ab25fce6a138c0854ccc1a7dbce8 /.github/workflows | |
| parent | 5a5fc3b86f67c7c83f98febdee9527f95ddbe357 (diff) | |
Move r2 artifact to root (#393)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f7852553..685bbcf7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -167,4 +167,4 @@ jobs: r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }} r2-bucket: ${{ secrets.R2_BUCKET }} source-dir: _packages - destination-dir: 2ship + destination-dir: ./ |
