summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-31 13:46:26 +0800
committerruki <[email protected]>2020-05-31 13:46:26 +0800
commitd7cc9758d1f7beb92a7898a556cb4ecc62e34d32 (patch)
tree67c07f0f98066f32d02bfcf5567f357a45dc5482
parent739ddd5551bf7d1a5fd72e5e47f722b6c4fb897b (diff)
fix deb on ci
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b5aea21cd..bdd425bad 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
with:
name: xmake-latest.amd64.deb
- path: xmake-latest.deb
+ path: xmake_latest_amd64.deb
- uses: actions/upload-artifact@v2
if: matrix.os == 'macOS-latest'
with: