Skip to content

Commit

Permalink
move to tempfile so I don鈥檛 clobber directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Feb 2, 2023
1 parent b85199f commit 14fc3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- uses: actions/download-artifact@v3
- run: ls -lR
- run: mv indexes/* .
- run: mv stork-macos-11/stork ./stork-macos-11
- run: mv stork-macos-12/stork ./stork-macos-12
- run: mv stork-macos-11/stork ./tmp; rm -rf stork-macos-11; mv tmp stork-macos-11
- run: mv stork-macos-12/stork ./tmp; rm -rf stork-macos-12; mv tmp stork-macos-12
- run: mv stork-ubuntu-20.04/stork ./stork-ubuntu-20-04
- run: mv stork-ubuntu-22.04/stork ./stork-ubuntu-22-04
- run: mv web-artifacts/* .
Expand Down Expand Up @@ -98,8 +98,8 @@ jobs:
- uses: actions/download-artifact@v3
- run: ls -lR
- run: mv indexes/* .
- run: mv stork-macos-11/stork ./stork-macos-11
- run: mv stork-macos-12/stork ./stork-macos-12
- run: mv stork-macos-11/stork ./tmp; rm -rf stork-macos-11; mv tmp stork-macos-11
- run: mv stork-macos-12/stork ./tmp; rm -rf stork-macos-12; mv tmp stork-macos-12
- run: mv stork-ubuntu-20.04/stork ./stork-ubuntu-20-04
- run: mv stork-ubuntu-22.04/stork ./stork-ubuntu-22-04
- run: mv web-artifacts/* .
Expand Down

0 comments on commit 14fc3db

Please sign in to comment.