Skip to content

Commit

Permalink
Fix release artifacts actions (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton authored Sep 21, 2023
1 parent ea0e661 commit 4fc9b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
release-artifact:
needs: tag
runs-on: ubuntu-20.04
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
steps:
- uses: actions/checkout@v3
- name: Quick Setup
Expand All @@ -32,5 +33,6 @@ jobs:
- name: Release artifact
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.pull_request.title }}
files: |
target/release/maquascope-x86_64-unknown-linux-gnu.tar.gz
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fc9b2e

Please sign in to comment.