Skip to content

Commit 68dcde7

Browse files
feat: Support for large file uploads (refs #57)
2 parents 750798c + fd3d469 commit 68dcde7

File tree

8 files changed

+381
-106
lines changed

8 files changed

+381
-106
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
create-release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
with:
1818
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1919
release-type: rust

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2-
.idea
2+
.idea
3+
.DS_Store

0 commit comments

Comments
 (0)