Skip to content

Commit 99be06f

Browse files
committed
update: action use release
1 parent 272e68d commit 99be06f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/osx-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
ls -al
2929
gem install rake
30-
rake build
30+
rake release
3131
- name: "Upload Artifact- osx amd64"
3232
uses: actions/upload-artifact@v4
3333
with:

.github/workflows/osx-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
ls -al
2929
gem install rake
30-
rake build
30+
rake release
3131
- name: "Upload Artifact- osx arm64"
3232
uses: actions/upload-artifact@v4
3333
with:

.github/workflows/raspbian-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
ls -al
3232
gem install rake --user-install
33-
rake build
33+
rake release
3434
- name: "Upload Artifact- linux aarch64"
3535
uses: actions/upload-artifact@v4
3636
with:

.github/workflows/ubuntu-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
ls -al
3232
gem install rake --user-install
33-
rake build
33+
rake release
3434
- name: "Upload Artifact- linux amd64"
3535
uses: actions/upload-artifact@v4
3636
with:

0 commit comments

Comments
 (0)