Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Dec 12, 2023
1 parent a9d4776 commit b164fc9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: "--release"
- name: Upload artifact
- name: Upload artifact (Windows)
if: contains(matrix.platform.os, 'windows')
uses: actions/[email protected]
with:
path: target/**/release/rlviser[.exe]?
path: target/**/release/rlviser.exe
- name: Upload artifact (Ubuntu)
if: contains(matrix.platform.os, 'ubuntu')
uses: actions/[email protected]
with:
path: target/**/release/rlviser
publish:
needs: [release]
name: Publish
Expand Down

0 comments on commit b164fc9

Please sign in to comment.