From d819e2bfd0b3d48897fea2ef9665f575c64c8d65 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 25 Jan 2024 22:25:58 +0100 Subject: [PATCH] Version --- .gitea/workflows/love2d.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index 4830a82..12a83f0 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -3,41 +3,33 @@ name: LÖVE Game on: workflow_call: inputs: + VERSION: + required: true ITCH_USERNAME: - description: For uploading to itch.io required: false ITCH_GAME_ID: - description: For uploading to itch.io required: false STEAM_APP_ID: - description: For uploading to Steamworks required: false STEAM_RELEASE_BRANCH: - description: For uploading to Steamworks required: false secrets: PIPELINE_WORKER_SSH_KEY: - description: Used for accessing private dependencies. type: string required: true PIPELINE_WORKER_KNOWN_HOSTS: - description: Used for accessing private dependencies. type: string required: true PIPELINE_WORKER_USERNAME: - description: Used for accessing private dependencies. type: string required: true BUTLER_API_KEY: - description: API key for accessing itch.io Butler API type: string required: false STEAM_USERNAME: - description: Username for Steam uploading user type: string required: false STEAM_CONFIG_VDF: - description: VDF configuration including access key type: string required: false @@ -116,7 +108,7 @@ jobs: username: ${{ secrets.STEAM_USERNAME }} configVdf: ${{ secrets.STEAM_CONFIG_VDF }} appId: ${{ inputs.STEAM_APP_ID }} - buildDescription: v0.0.1 # TODO + buildDescription: ${{ inputs.VERSION }} rootPath: . #depot1Path: StandaloneWindows64 depot2Path: ${{ steps.findfiles.outputs.win64 }}