@@ -29,7 +29,7 @@ jobs: |
| 29 | 29 | - name: Create archive |
| 30 | 30 | run: | |
| 31 | 31 | cd dist |
| 32 | | - 7z a -tzip wulFTP-windows.zip wulFTP.exe |
| 32 | + 7z a -tzip wulFTP-windows.zip wulFTP |
| 33 | 33 | |
| 34 | 34 | - name: Upload artifact |
| 35 | 35 | uses: actions/upload-artifact@v4 |
@@ -40,7 +40,7 @@ jobs: |
| 40 | 40 | build-macos: |
| 41 | 41 | runs-on: macos-latest |
| 42 | 42 | steps: |
| 43 | | - - uses: actions/checkout@v3 |
| 43 | + - uses: actions/checkout@v4 |
| 44 | 44 | |
| 45 | 45 | - name: Set up Python |
| 46 | 46 | uses: actions/setup-python@v4 |
@@ -68,9 +68,9 @@ jobs: |
| 68 | 68 | path: dist/wulFTP-macos.dmg |
| 69 | 69 | |
| 70 | 70 | build-linux: |
| 71 | | - runs-on: ubuntu-20.04 |
| 71 | + runs-on: ubuntu-22.04 |
| 72 | 72 | steps: |
| 73 | | - - uses: actions/checkout@v3 |
| 73 | + - uses: actions/checkout@v4 |
| 74 | 74 | |
| 75 | 75 | - name: Set up Python |
| 76 | 76 | uses: actions/setup-python@v4 |
@@ -92,7 +92,7 @@ jobs: |
| 92 | 92 | run: pyinstaller wulftp.spec |
| 93 | 93 | |
| 94 | 94 | - name: Make executable |
| 95 | | - run: chmod +x dist/wulFTP |
| 95 | + run: chmod +x dist/wulFTP/wulFTP |
| 96 | 96 | |
| 97 | 97 | - name: Create archive |
| 98 | 98 | run: | |
@@ -109,7 +109,7 @@ jobs: |
| 109 | 109 | needs: [build-windows, build-macos, build-linux] |
| 110 | 110 | runs-on: ubuntu-latest |
| 111 | 111 | steps: |
| 112 | | - - uses: actions/checkout@v3 |
| 112 | + - uses: actions/checkout@v4 |
| 113 | 113 | |
| 114 | 114 | - name: Download all artifacts |
| 115 | 115 | uses: actions/download-artifact@v4 |
@@ -129,7 +129,7 @@ jobs: |
| 129 | 129 | ### Windows |
| 130 | 130 | 1. Download `wulFTP-windows.zip` |
| 131 | 131 | 2. Extract the zip file |
| 132 | | - 3. Double-click `wulFTP.exe` |
| 132 | + 3. Double-click `wulFTP.exe` in the wulFTP folder |
| 133 | 133 | |
| 134 | 134 | ### macOS |
| 135 | 135 | 1. Download `wulFTP-macos.dmg` |
@@ -140,7 +140,7 @@ jobs: |
| 140 | 140 | ### Linux |
| 141 | 141 | 1. Download `wulFTP-linux.tar.gz` |
| 142 | 142 | 2. Extract: `tar -xzf wulFTP-linux.tar.gz` |
| 143 | | - 3. Run: `./wulFTP` |
| 143 | + 3. Run: `./wulFTP/wulFTP` |
| 144 | 144 | |
| 145 | 145 | ## Configuration |
| 146 | 146 | - The app will read SSH hosts from your `~/.ssh/config` |