Skip to content

Commit 8c8659d

Browse files
Update path to build package (#312)
- The artifact folder contained two .tar.xz packages and some other directories not needed - Change name of the artifact folder - Remove .dmg package path ultil we have macOS runners
1 parent 1a8b23d commit 8c8659d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,5 @@ jobs:
8484
uses: actions/upload-artifact@v4
8585
if: success()
8686
with:
87-
name: built-packages-${{ matrix.build_script }}
88-
path: |
89-
build/**/*.dmg
90-
build/**/*.tar.xz
91-
build/**/*.zip
87+
name: ATfE-packages-${{ matrix.build_script }}
88+
path: build/ATfE-*.tar.xz

0 commit comments

Comments
 (0)