Skip to content

Commit 2aca8b5

Browse files
committed
Fix release workflow
1 parent a4481a0 commit 2aca8b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Process build output - Linux
4747
if: ${{ startsWith(matrix.arch_name, 'linux') }}
4848
working-directory: bin
49-
run: chmod +x ccomc
49+
run: |
50+
mv ./src/ccomc ccomc
51+
chmod +x ccomc
5052
5153
- name: Upload artifact
5254
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)