aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-23 13:50:02 +0000
committerAleksey Kladov <[email protected]>2020-03-23 13:50:02 +0000
commitf0a5fe86992ca05ed89c1ea40a139315ba2bbc51 (patch)
tree21c6246ccb02a0a2bc2aae9d0fed9b9416c36020 /.github/workflows/release.yaml
parent59f6bf87d651d987be63941d42999ac205f891b2 (diff)
fix release more
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index fb9e207b1..5967f09d5 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58 58
59 - name: Dist 59 - name: Dist
60 if: matrix.os != 'ubuntu-latest' 60 if: matrix.os != 'ubuntu-latest'
61 run: cargo xtask dist --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly 61 run: cargo xtask dist
62 62
63 - name: Upload artifacts 63 - name: Upload artifacts
64 uses: actions/upload-artifact@v1 64 uses: actions/upload-artifact@v1