mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-21 13:04:19 +02:00
fix upload ci
This commit is contained in:
parent
019e4c417f
commit
7c75cd50fd
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build_artifacts.yml
vendored
4
.github/workflows/build_artifacts.yml
vendored
|
|
@ -42,8 +42,6 @@ jobs:
|
|||
if: matrix.os == 'ubuntu-latest'
|
||||
- name: Building
|
||||
run: cargo build --release --no-default-features --features wgpu,${{ matrix.update_feature }}
|
||||
- name: Creating ./bin directory
|
||||
run: mkdir -p bin
|
||||
- name: Renaming binaries [Windows]
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: mv target/release/uad-ng.exe uad-ng-${{ matrix.build_target }}.exe
|
||||
|
|
@ -68,4 +66,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: uad-ng${{ matrix.update_name }}-${{ matrix.build_target }}
|
||||
path: bin/uad-ng-*
|
||||
path: uad-ng-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue