mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
fix(ci): pin artifact actions
This commit is contained in:
parent
a655d9c6ce
commit
e568956e48
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||||
|
|
||||||
- name: Upload cross
|
- name: Upload cross
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cross
|
name: cross
|
||||||
path: '~/.cargo/bin/cross'
|
path: '~/.cargo/bin/cross'
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
run: cargo build --manifest-path ./crates/tauri-cli/Cargo.toml
|
run: cargo build --manifest-path ./crates/tauri-cli/Cargo.toml
|
||||||
|
|
||||||
- name: Upload CLI
|
- name: Upload CLI
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cargo-tauri
|
name: cargo-tauri
|
||||||
path: crates/tauri-cli/target/debug/cargo-tauri
|
path: crates/tauri-cli/target/debug/cargo-tauri
|
||||||
|
4
.github/workflows/publish-cli-js.yml
vendored
4
.github/workflows/publish-cli-js.yml
vendored
@ -131,7 +131,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bindings-${{ matrix.settings.target }}
|
name: bindings-${{ matrix.settings.target }}
|
||||||
path: packages/cli/${{ env.APP_NAME }}.*.node
|
path: packages/cli/${{ env.APP_NAME }}.*.node
|
||||||
@ -180,7 +180,7 @@ jobs:
|
|||||||
# rm -rf node_modules
|
# rm -rf node_modules
|
||||||
# rm -rf ../../target
|
# rm -rf ../../target
|
||||||
# - name: Upload artifact
|
# - name: Upload artifact
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
# name: bindings-freebsd
|
# name: bindings-freebsd
|
||||||
# path: packages/cli/${{ env.APP_NAME }}.*.node
|
# path: packages/cli/${{ env.APP_NAME }}.*.node
|
||||||
|
2
.github/workflows/publish-cli-rs.yml
vendored
2
.github/workflows/publish-cli-rs.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
run: cargo build --manifest-path ./crates/tauri-cli/Cargo.toml --profile release-size-optimized ${{ matrix.config.args }}
|
run: cargo build --manifest-path ./crates/tauri-cli/Cargo.toml --profile release-size-optimized ${{ matrix.config.args }}
|
||||||
|
|
||||||
- name: Upload CLI
|
- name: Upload CLI
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cargo-tauri-${{ matrix.config.rust_target }}${{ matrix.config.ext }}
|
name: cargo-tauri-${{ matrix.config.rust_target }}${{ matrix.config.ext }}
|
||||||
path: target/release-size-optimized/cargo-tauri${{ matrix.config.ext }}
|
path: target/release-size-optimized/cargo-tauri${{ matrix.config.ext }}
|
||||||
|
2
.github/workflows/udeps.yml
vendored
2
.github/workflows/udeps.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
run: cargo install cargo-udeps --locked --force
|
run: cargo install cargo-udeps --locked --force
|
||||||
|
|
||||||
- name: Upload udeps
|
- name: Upload udeps
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: udeps
|
name: udeps
|
||||||
path: '~/.cargo/bin/cargo-udeps'
|
path: '~/.cargo/bin/cargo-udeps'
|
||||||
|
Loading…
Reference in New Issue
Block a user