Skip to content

Commit 2580bee

Browse files
committed
chore: ci test - static build
1 parent ba313c2 commit 2580bee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ jobs:
4646
run: ./gradlew --no-daemon -i -Pversion=${{ env.TAG }} clean build nativeCompile cliZip
4747
- name: Copy artifacts
4848
working-directory: applications/cli
49-
run: mv build/yaci-cli-${{ env.TAG }}.zip build/yaci-cli-${{ env.TAG }}-${{ runner.os }}-${{ runner.arch }}.zip
50-
- name: Run build
51-
run: earthly --push +cli-zip --tag ${{ env.TAG }}
49+
run: mv build/yaci-cli-${{ env.TAG }}.zip build/yaci-cli-${{ env.TAG }}-${{ env.os_prefix }}-${{ runner.arch }}.zip
5250
- name: Release
5351
uses: softprops/action-gh-release@v1
5452
if: startsWith(github.ref, 'refs/tags/')
5553
with:
5654
files: |
57-
./applications/cli/build/yaci-cli-${{ env.TAG }}-${{ runner.os }}-${{ runner.arch }}.zip
55+
./applications/cli/build/yaci-cli-${{ env.TAG }}-${{ env.os_prefix }}-${{ runner.arch }}.zip
5856
prerelease: true
5957
env:
6058
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)