Fixing server sync state location

This commit is contained in:
SamKirkland
2020-11-13 13:42:37 -06:00
parent 8da6fdde60
commit 6d1a190aef
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@samkirkland/ftp-deploy": "^1.0.1",
"@samkirkland/ftp-deploy": "^1.0.2",
"ts-node-dev": "^1.0.0-pre.62"
},
"devDependencies": {