We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b46c35 commit 8405d55Copy full SHA for 8405d55
1 file changed
.github/workflows/release.yml
@@ -20,11 +20,13 @@ jobs:
20
amber-version: 0.5.2-nightly-2025-12-08-8439ec5
21
22
- name: Build Amethyst
23
- run: amber src/main.ab -- build
+ run: |
24
+ amber src/main.ab -- build
25
+ mv target/amethyst{.sh,}
26
27
- uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
28
with:
29
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: target/amethyst.sh
30
+ file: target/amethyst
31
tag: ${{ github.ref_name }}
32
overwrite: true
0 commit comments