Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-06-16 05:20:16 +00:00
parent 753b346c1e
commit e4529610ea

View File

@@ -49,7 +49,7 @@ steps:
- . $HOME/.cargo/env - . $HOME/.cargo/env
- cd /artifacts - cd /artifacts
- cargo build --release - cargo build --release
- cp /artifacts/target/release/setup /arifacts/ - cp /artifacts/target/release/setup /artifacts/
- mv /artifacts/setup /artifacts/fedora-setup - mv /artifacts/setup /artifacts/fedora-setup
volumes: volumes:
- name: artifacts - name: artifacts