Skip to content

Commit

Permalink
Update CI workflow to use SYNERGY_VERSION env var (#23)
Browse files Browse the repository at this point in the history
Update CI workflow to use SYNERGY_VERSION environment variable
  • Loading branch information
nbolton authored Jan 17, 2025
1 parent a75bf6f commit 7c63720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
gdrive-target-base-dir: ${{ vars.GDRIVE_TARGET_BASE_DIR }}
gdrive-secret-key: ${{ secrets.GOOGLE_DRIVE_KEY }}
gdrive-parent-folder-id: ${{ secrets.GOOGLE_DRIVE_TECH_DRIVE }}
package-version: ${{ env.DESKFLOW_VERSION }}
package-version: ${{ env.SYNERGY_VERSION }}

macos:
name: ${{ matrix.target.name }}
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
gdrive-target-base-dir: ${{ vars.GDRIVE_TARGET_BASE_DIR }}
gdrive-secret-key: ${{ secrets.GOOGLE_DRIVE_KEY }}
gdrive-parent-folder-id: ${{ secrets.GOOGLE_DRIVE_TECH_DRIVE }}
package-version: ${{ env.DESKFLOW_VERSION }}
package-version: ${{ env.SYNERGY_VERSION }}

linux-matrix:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -318,4 +318,4 @@ jobs:
gdrive-target-base-dir: ${{ vars.GDRIVE_TARGET_BASE_DIR }}
gdrive-secret-key: ${{ secrets.GOOGLE_DRIVE_KEY }}
gdrive-parent-folder-id: ${{ secrets.GOOGLE_DRIVE_TECH_DRIVE }}
package-version: ${{ env.DESKFLOW_VERSION }}
package-version: ${{ env.SYNERGY_VERSION }}

0 comments on commit 7c63720

Please sign in to comment.