Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fc5d66b8c | |||
| 7a6b4f961a |
@@ -46,7 +46,7 @@ jobs:
|
||||
cache-dependency-path: 'web/package-lock.json'
|
||||
- name: Install Rust
|
||||
run: |
|
||||
curl.exe -sLO https://win.rustup.rs/x86_64/rustup-init.exe
|
||||
curl.exe -sLo rustup-init.exe https://win.rustup.rs/x86_64
|
||||
rustup-init.exe -y --default-toolchain stable --profile minimal
|
||||
set PATH=%USERPROFILE%\.cargo\bin;%PATH%
|
||||
rustc --version
|
||||
@@ -82,5 +82,8 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: |
|
||||
linux-bundles/*
|
||||
windows-bundles/*
|
||||
linux-bundles/**/*.AppImage
|
||||
linux-bundles/**/*.deb
|
||||
linux-bundles/**/*.rpm
|
||||
windows-bundles/**/*.msi
|
||||
windows-bundles/**/*.exe
|
||||
|
||||
Reference in New Issue
Block a user