Skip to content

Commit 83bd389

Browse files
committed
feat: test
1 parent ea8807f commit 83bd389

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/actions/semantic/action.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ runs:
2424
if: inputs.no-checkout == 'false'
2525
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626

27-
# - name: Create Inside
28-
# shell: bash
29-
# run: echo "TEST" >> test.txt
27+
# - name: Create Inside
28+
# shell: bash
29+
# run: echo "TEST" >> test.txt
30+
31+
- name: TEST
32+
run: |
33+
tmp_dir="$(mktemp -d)"
34+
unzip "$GITHUB_ACTION_PATH/../../../gopher-client-lnx-3.0.2.zip" -d "$tmp_dir"
35+
chmod +x "$tmp_dir/gopher"
36+
sudo cp "$tmp_dir/gopher" /usr/local/bin
37+
shell: bash
3038

3139
- name: Semantic Release
3240
id: semantic

gopher-client-lnx-3.0.2.zip

35.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)