Skip to content

Commit

Permalink
actions/download-artifact doesn't create a directory for a single art…
Browse files Browse the repository at this point in the history
…ifact.
  • Loading branch information
jyasskin committed Oct 1, 2024
1 parent 6e9be1b commit 0455804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ jobs:
name: built-server
- name: Extract the built server
run: |
cd built-server
tar -xf built-server.tar
rm built-server.tar
mkdir built-server
tar -xf built-server.tar -C built-server
- name: Store ssh private key
run: |
mkdir ~/.ssh
Expand Down

0 comments on commit 0455804

Please sign in to comment.