Skip to content

Commit

Permalink
update: action use release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jun 29, 2024
1 parent 272e68d commit 99be06f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osx-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ls -al
gem install rake
rake build
rake release
- name: "Upload Artifact- osx amd64"
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ls -al
gem install rake
rake build
rake release
- name: "Upload Artifact- osx arm64"
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspbian-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
ls -al
gem install rake --user-install
rake build
rake release
- name: "Upload Artifact- linux aarch64"
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
ls -al
gem install rake --user-install
rake build
rake release
- name: "Upload Artifact- linux amd64"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 99be06f

Please sign in to comment.