Skip to content

Commit

Permalink
Update v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Oct 31, 2023
1 parent 678be19 commit 0092d2f
Show file tree
Hide file tree
Showing 16 changed files with 1,415 additions and 296 deletions.
4 changes: 4 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_R2_ACCESS_KEY_ID=
CLOUDFLARE_R2_SECRET_ACCESS_KEY=
CLOUDFLARE_R2_BUCKET_NAME=
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: NPM Release

env:
ProductName: cloudflare-r2-upload
ProductName: cloudflare_r2_upload_action

on:
push:
Expand Down
28 changes: 0 additions & 28 deletions action.yml

This file was deleted.

73 changes: 73 additions & 0 deletions dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

ProductName=cloudflare-r2-upload
ProductName=cloudflare_r2_upload_action
Product_version_key="ProjectVersion"
REPO_PFEX=george012/$ProductName
VersionFile=./package.json
Expand Down Expand Up @@ -133,7 +133,8 @@ function git_handle_push() {
}

function alone_func {
npm install
yarn install
npm run build
}


Expand Down
43 changes: 0 additions & 43 deletions index.mjs

This file was deleted.

7 changes: 7 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"watch": ["src"],
"ignore": ["src/**/*.test.ts"],
"ext": "ts,mjs,js,json,graphql",
"exec": "tsc && node --enable-source-maps -r dotenv/config ./build/app.js",
"legacyWatch": true
}
Loading

0 comments on commit 0092d2f

Please sign in to comment.