Skip to content

Commit

Permalink
added new help files
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored May 3, 2023
1 parent b720d66 commit d8f6ce9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-by-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
cp ./target/release/nostr-commander-rs nostr-commander-rs/
cp README.md nostr-commander-rs/
cp LICENSE nostr-commander-rs/
cp help.txt nostr-commander-rs/
cp help.help.txt nostr-commander-rs/
cp help.manual.txt nostr-commander-rs/
cp help.usage.txt nostr-commander-rs/
tar -zcvf ./nostr-commander-rs_${TAG_NAME}_linux.tar.gz nostr-commander-rs
# tar -zcvf ./nostr-commander-rs_linux.tar.gz nostr-commander-rs
sha256sum ./nostr-commander-rs_${TAG_NAME}_linux.tar.gz > ./nostr-commander-rs_${TAG_NAME}_linux.tar.gz.sha256sum
Expand Down Expand Up @@ -138,7 +140,7 @@ jobs:
# ARCHIVE_TYPES: tar.gz
UPLOAD_MODE: none
MINIFY: true
EXTRA_FILES: "README.md LICENSE help.txt"
EXTRA_FILES: "README.md LICENSE help.help.txt help.manual.txt help.usage.txt"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -154,7 +156,7 @@ jobs:
# ARCHIVE_TYPES: tar.gz
UPLOAD_MODE: none
MINIFY: true
EXTRA_FILES: "README.md LICENSE help.txt"
EXTRA_FILES: "README.md LICENSE help.help.txt help.manual.txt help.usage.txt"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d8f6ce9

Please sign in to comment.