mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-17 08:11:26 -06:00
Compare commits
1 Commits
renovate/m
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2f41b7e7a |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache apt packages
|
- name: Cache apt packages
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives
|
path: /var/cache/apt/archives
|
||||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-apt-${{ hashFiles('**/Cargo.lock') }}
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
run: cargo tauri build --target ${{ matrix.target }}
|
run: cargo tauri build --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user