Skip to content

Commit 10e550e

Browse files
author
silver
committed
tag plz 2
1 parent 3d48ae3 commit 10e550e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python executable creation
55

66
on:
77
push:
8-
branches: [ "ci_cd" ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ "ci_cd" ]
10+
branches: [ "main" ]
1111

1212
permissions:
1313
contents: write
@@ -61,5 +61,5 @@ jobs:
6161
with:
6262
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
6363
asset_path: dist/utm-link-editor-windows-amd64.exe
64-
asset_name: utm-link-editor-windows-amd64.zip
64+
asset_name: utm-link-editor-windows-amd64.exe
6565
asset_content_type: application/zip

0 commit comments

Comments
 (0)