diff options
| author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-07 00:01:55 +0200 |
|---|---|---|
| committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-07 00:01:55 +0200 |
| commit | 06254a436c8201f2bec83c100245c86fdf7e91d9 (patch) | |
| tree | 9977146b7e5c955fd450bd766a2630afebcc6d1c /.github/workflows | |
| parent | b6a3a114a7d63058c650e4370d54f8db895a6aee (diff) | |
| download | FlightCore-06254a436c8201f2bec83c100245c86fdf7e91d9.tar.gz FlightCore-06254a436c8201f2bec83c100245c86fdf7e91d9.zip | |
ci: Overwrite existing artifacts
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bdb10ef..4b4ba937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,7 @@ jobs: - name: upload build artifact uses: actions/upload-artifact@v4 with: + overwrite: true path: | src-tauri/target/release/bundle/appimage/*AppImage* src-tauri/target/release/bundle/msi/*msi* |
