Skip to content

Commit

Permalink
Chore Release-Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jaeger committed Nov 23, 2024
1 parent 3bfba42 commit 6306d1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# - release_for: Windows-x86_64
# os: windows-latest
# target: x86_64-pc-windows-msvc
# bin: secret-service.exe
# name: secret-service-Windows-x86_64.zip
# bin: seekret-service.exe
# name: seekret-service-Windows-x86_64.zip
# command: both
- release_for: Linux-x86_64
os_name: Linux-x86_64
Expand Down Expand Up @@ -89,6 +89,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
draft: true
files: "secret-service-*"
files: "seekret-service-*"
body_path: CHANGELOG.adoc
if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
= Changelog

== Version 1

== 1.0.0

* Renamed to Seekret-Service

== Version 0

=== 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6306d1b

Please sign in to comment.