Skip to content

Commit

Permalink
Make continuous pre-release (#249)
Browse files Browse the repository at this point in the history
* Make continuous pre-release
* trying matrix.os

---------

Co-authored-by: John Kennedy <[email protected]>
  • Loading branch information
jrozner and jkennedyvz committed Mar 7, 2024
1 parent 6fbeca6 commit 71e003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: ${{env.name}}
name: ${{env.name}}-${{ matrix.config.os }}
path: build/dist/ashirt*.*

release:
Expand All @@ -185,7 +185,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: false
prerelease: true
title: "Continuous Build"
files: ashirt-*/ashirt-*.*

Expand Down

0 comments on commit 71e003a

Please sign in to comment.