Skip to content

Commit 609cd20

Browse files
Let's try that again...
1 parent beeecb3 commit 609cd20

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish-release-artifacts.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
name: Publish Artifacts on Release
22
on:
33
push:
4-
tags:
5-
- 'v*'
4+
branches:
5+
- main
6+
# :
7+
# tags:
8+
# - 'v*'
69
permissions:
710
contents: write
811

912
jobs:
1013
release:
11-
name: Publish Artifacts to Release
14+
name: Create Release with Artifacts
1215
needs: build_cores
1316
runs-on: ubuntu-latest
1417
steps:
1518
- name: Show GitHub context
1619
env:
1720
GITHUB_CONTEXT: ${{ toJson(github) }}
1821
run: echo "$GITHUB_CONTEXT"
19-
22+
2023
- name: Download All Compiled Core Artifacts
2124
uses: dawidd6/action-download-artifact@v3
2225
with:

0 commit comments

Comments
 (0)