We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4883a commit fa07030Copy full SHA for fa07030
1 file changed
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Build and Release
2
3
-on:
4
- release:
5
- types: [created]
+on: push
6
jobs:
7
build:
8
runs-on: self-hosted
@@ -33,6 +31,7 @@ jobs:
33
31
GITLAB_APIKEY: ${{ secrets.GITLAB_APIKEY }}
34
32
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
35
TEAMCITY_APIKEY: ${{ secrets.TEAMCITY_APIKEY }}
+ TeamcityUrl: ${{ secrets.TEAMCITY_URL }}
36
run: pwsh ./scripts/SignWindowsExecutable.ps1
37
38
- name: Create ZIP files
@@ -91,4 +90,4 @@ jobs:
91
90
upload_url: ${{ github.event.release.upload_url }}
92
asset_path: ./TableauMigrationApp_linux-x64.zip
93
asset_name: TableauMigrationApp_linux-x64.zip
94
- asset_content_type: application/zip
+ asset_content_type: application/zip
0 commit comments