Skip to content

Commit

Permalink
fixing bug where release has no zips attached (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-smith authored Nov 5, 2021
1 parent 855b51c commit 554b7b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
with:
body_path: ./RELEASENOTES.md
files: |
./dist/octoshift.win-x64.zip
./dist/octoshift.linux-x64.tar.gz
./dist/octoshift.osx-x64.tar.gz
./dist/octoshift.*.win-x64.zip
./dist/octoshift.*.linux-x64.tar.gz
./dist/octoshift.*.osx-x64.tar.gz
- name: Archive Release Notes
shell: pwsh
run: |
Expand Down
4 changes: 3 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

- 2x timestamped log files are generated on every run, timestamp.octoshift.log and timestamp.octoshift.verbose.log. A future release will include additional functionality to avoid the log file sprawl this may result in.
- All commands support --verbose flag, this flag only controls what is output to the console. The verbose log file will always be created
- Every API call will generate verbose output with the request and response contents
3 changes: 0 additions & 3 deletions releasenotes/v0.3.md

This file was deleted.

1 comment on commit 554b7b6

@Thanhvumini1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

Please sign in to comment.