Skip to content

Commit a2a9a40

Browse files
committed
ci: Fix archive and upload in mac build
1 parent f010501 commit a2a9a40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- name: Package Artifacts
4848
run: |
4949
cd install
50-
tar -czvf OpenXR-Loader-macos-${GITHUB_REF#refs/tags/}.tar.gz *
50+
tar -czvf OpenXR-Loader-macos.tar.gz *
5151
5252
# Step 6: Upload the build artifacts
5353
- name: Upload Artifact
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: OpenXR-Loader-macos-${GITHUB_REF#refs/tags/}
57-
path: install/OpenXR-Loader-macos-${GITHUB_REF#refs/tags/}.tar.gz
56+
name: OpenXR-Loader-macos
57+
path: install/OpenXR-Loader-macos.tar.gz

0 commit comments

Comments
 (0)