Skip to content

Commit cb28183

Browse files
committed
generalize the release process
1 parent 5287924 commit cb28183

File tree

3 files changed

+6
-40
lines changed

3 files changed

+6
-40
lines changed

.github/workflows/Zip-it.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ jobs:
2828

2929
# Runs a set of commands using the runners shell
3030
- name: zip it
31-
run: zip -r sshmount.zip *
31+
uses: tuxecure/zip-it@v1
32+
with:
33+
prefix: ${HOME}/.local
34+
pkg_directories: bin lib share
35+
maintainer: fuseteam
36+
package_name: sshmount
3237

3338
- name: setup release
3439
uses: spenserblack/actions-tag-to-release@master

crackle.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

sshmount

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)