Skip to content

Commit 7e74922

Browse files
committed
fix: use clean artifact names without .exe suffix
Agent-Id: agent-94e7274a-0a18-4a87-abb4-57e6efed6532
1 parent 8e56c07 commit 7e74922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bun-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Upload artifact
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: ${{ matrix.output }}
49+
name: auggie-${{ matrix.target }}
5050
path: ${{ matrix.output }}
5151

5252
release:

0 commit comments

Comments
 (0)