diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d3db1d8..7259929 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -37,6 +37,6 @@ jobs: password: ${{ secrets.FTP_PASSWORD }} port: 7008 localDir: '${{ gitea.workspace }}/dist-tmp' - remoteDir: 'temp-action' + remoteDir: '/vitrinekast/temp-action' - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file