Skip to content

Commit

Permalink
GH-21: Release improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 8, 2024
1 parent b9e340b commit 795d963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload NSIS examples
uses: actions/upload-artifact@v4
with:
name: NScurl-Tests
name: NScurl-Examples
path: artifacts/Examples/NScurl/NScurl-Test-*.exe

release:
Expand All @@ -176,7 +176,7 @@ jobs:
uses: dawidd6/action-download-artifact@v5
with:
path: artifacts
name: NScurl|curl-.*
name: ^NScurl$|^NScurl-Examples$
name_is_regexp: true
skip_unpack: true

Expand Down

0 comments on commit 795d963

Please sign in to comment.