Skip to content

Commit fa07030

Browse files
authored
Update release.yml
1 parent bb4883a commit fa07030

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build and Release
22

3-
on:
4-
release:
5-
types: [created]
3+
on: push
64
jobs:
75
build:
86
runs-on: self-hosted
@@ -33,6 +31,7 @@ jobs:
3331
GITLAB_APIKEY: ${{ secrets.GITLAB_APIKEY }}
3432
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
3533
TEAMCITY_APIKEY: ${{ secrets.TEAMCITY_APIKEY }}
34+
TeamcityUrl: ${{ secrets.TEAMCITY_URL }}
3635
run: pwsh ./scripts/SignWindowsExecutable.ps1
3736

3837
- name: Create ZIP files
@@ -91,4 +90,4 @@ jobs:
9190
upload_url: ${{ github.event.release.upload_url }}
9291
asset_path: ./TableauMigrationApp_linux-x64.zip
9392
asset_name: TableauMigrationApp_linux-x64.zip
94-
asset_content_type: application/zip
93+
asset_content_type: application/zip

0 commit comments

Comments
 (0)