Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/actions/semantic/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ runs:
if: inputs.no-checkout == 'false'
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

# - name: Create Inside
# shell: bash
# run: echo "TEST" >> test.txt
# - name: Create Inside
# shell: bash
# run: echo "TEST" >> test.txt

- name: TEST
run: |
tmp_dir="$(mktemp -d)"
unzip "$GITHUB_ACTION_PATH/../../../gopher-client-lnx-3.0.2.zip" -d "$tmp_dir"
chmod +x "$tmp_dir/gopher"
sudo cp "$tmp_dir/gopher" /usr/local/bin
shell: bash

- name: Semantic Release
id: semantic
Expand Down
Binary file added gopher-client-lnx-3.0.2.zip
Binary file not shown.
Loading