mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 16:58:57 +00:00
Enable sync
This commit is contained in:
24
.github/workflows/snapshot-both-pc-android.yml
vendored
24
.github/workflows/snapshot-both-pc-android.yml
vendored
@@ -112,15 +112,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
#- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
# uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||||
# with:
|
with:
|
||||||
# server: ftp.cardforge.org
|
server: ftp.cardforge.org
|
||||||
# username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
# password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
# local-dir: izpack/
|
local-dir: izpack/
|
||||||
# server-dir: downloads/dailysnapshots/
|
server-dir: downloads/dailysnapshots/
|
||||||
# exclude: |
|
exclude: |
|
||||||
# *.pom
|
*.pom
|
||||||
# *.repositories
|
*.repositories
|
||||||
# *.xml
|
*.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user