Skip to content

Commit

Permalink
Let's try that again...
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed May 17, 2024
1 parent beeecb3 commit 609cd20
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish-release-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
name: Publish Artifacts on Release
on:
push:
tags:
- 'v*'
branches:
- main
# :
# tags:
# - 'v*'
permissions:
contents: write

jobs:
release:
name: Publish Artifacts to Release
name: Create Release with Artifacts
needs: build_cores
runs-on: ubuntu-latest
steps:
- name: Show GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Download All Compiled Core Artifacts
uses: dawidd6/action-download-artifact@v3
with:
Expand Down

0 comments on commit 609cd20

Please sign in to comment.