Skip to content

Commit

Permalink
BLD: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchipset committed Jun 26, 2024
1 parent d7b1bac commit af7b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload the binary
uses: actions/upload-artifact@v4
with:
name: Captura-${{ github.ref }}
name: Captura-${{ github.ref_name }}
path: src/Captura/bin/${{ env.Configuration }}/* # or path/to/artifact
env:
Configuration: ${{ matrix.configuration }}
Expand Down

0 comments on commit af7b532

Please sign in to comment.