summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-26 09:12:08 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-26 09:12:08 +0800
commit2bbbb0b42371e0701af3b927fee129cd8be5a852 (patch)
tree99916d95ae52006860bc2e596a6cd1c1745fdea3
parent25ae12d5ac0a1dde4709cff6be948ab56fdf00d3 (diff)
And don't forget to create a directory for artifacts…v2.3.8
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 51f7025..228f5ea 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -181,6 +181,7 @@ jobs:
shell: bash
run: |
staging="${{ env.BIN_NAME }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
+ mkdir -p "$staging"
cp {README.md,LICENSE,CHANGELOG.md} "$staging/"