Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jan 3, 2025
1 parent 2e8ff77 commit c2bbf5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
- name: Package
shell: bash
run: |
cd src/bin/Release/net8.0-windows
7z a -tzip "DurangoInterop_${{github.ref_name}}.zip" "*"
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: "src/bin/Release/net8.0-windows/DurangoInterop_${{github.ref_name}}.zip"
files: "DurangoInterop_${{github.ref_name}}.zip"
make_latest: true
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit c2bbf5e

Please sign in to comment.