diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f07bc2..50cbf0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ name: Build and Release -on: +on: release: types: [created] jobs: @@ -33,6 +33,7 @@ jobs: GITLAB_APIKEY: ${{ secrets.GITLAB_APIKEY }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} TEAMCITY_APIKEY: ${{ secrets.TEAMCITY_APIKEY }} + TeamcityUrl: ${{ secrets.TEAMCITY_URL }} run: pwsh ./scripts/SignWindowsExecutable.ps1 - name: Create ZIP files @@ -91,4 +92,4 @@ jobs: upload_url: ${{ github.event.release.upload_url }} asset_path: ./TableauMigrationApp_linux-x64.zip asset_name: TableauMigrationApp_linux-x64.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip