Skip to content

Commit 8405d55

Browse files
committed
update workflow
1 parent 2b46c35 commit 8405d55

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
amber-version: 0.5.2-nightly-2025-12-08-8439ec5
2121

2222
- name: Build Amethyst
23-
run: amber src/main.ab -- build
23+
run: |
24+
amber src/main.ab -- build
25+
mv target/amethyst{.sh,}
2426
2527
- uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
2628
with:
2729
repo_token: ${{ secrets.GITHUB_TOKEN }}
28-
file: target/amethyst.sh
30+
file: target/amethyst
2931
tag: ${{ github.ref_name }}
3032
overwrite: true

0 commit comments

Comments
 (0)