File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,13 @@ jobs:
46
46
run : ./gradlew --no-daemon -i -Pversion=${{ env.TAG }} clean build nativeCompile cliZip
47
47
- name : Copy artifacts
48
48
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
52
50
- name : Release
53
51
uses : softprops/action-gh-release@v1
54
52
if : startsWith(github.ref, 'refs/tags/')
55
53
with :
56
54
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
58
56
prerelease : true
59
57
env :
60
58
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments