Skip to content

Commit dad2b45

Browse files
committed
simplify workflow
1 parent 3653d26 commit dad2b45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/Zip-it.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ jobs:
3131
run: |
3232
wget https://sourceforge.net/projects/ssh-pull-id/files/ssh-pull-id.tar.gz
3333
tar -xf ssh-pull-id.tar.gz
34-
rm ssh-pull-id.tar.gz
3534
3635
- name: zip it
3736
uses: tuxecure/zip-it@v2.1
3837
with:
3938
pkg_directories: bin
4039
bin: ssh-pull-id
41-
owner: tuxecure
4240
package_name: ssh-pull-id
4341

4442
- name: setup release

0 commit comments

Comments
 (0)