Skip to content

Commit 1b65090

Browse files
committed
Artifacts uploads revert
1 parent 552c075 commit 1b65090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Ubuntu - Aether Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
uses: actions/upload-artifact@v3
7272
with:
7373
name: Aether_ubuntu
74-
path: cmake_build/Aether*.7z cmake_build/Aether*.tar.gz
74+
path: cmake_build/Aether*
7575
retention-days: 1
7676

.github/workflows/Windows - Aether Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/upload-artifact@v3
8989
with:
9090
name: Aether_windows
91-
path: cmake_build/Aether*.exe cmake_build/Aether*.zip
91+
path: cmake_build/Aether*
9292
retention-days: 1
9393

9494
# - name: 'Upload built dependencies'

0 commit comments

Comments
 (0)