Skip to content

Commit c6a810f

Browse files
committed
Replace make-archive.pl with make-archive.py
1 parent b09ab32 commit c6a810f

File tree

3 files changed

+225
-217
lines changed

3 files changed

+225
-217
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
id: package-archive
114114
shell: bash
115115
run: |
116-
make-archive.pl \
116+
make-archive.py \
117117
--executable-name "${{ inputs.executable-name }}" \
118118
--target "${{ inputs.target }}" \
119119
--archive-name "${{ inputs.archive-name }}" \

make-archive.pl

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

0 commit comments

Comments
 (0)