Skip to content

Commit

Permalink
feat: add arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jun 27, 2024
1 parent 1a16dcb commit 32fe406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
gem install rake
rake build
- name: "Upload Artifact- osx x86_64"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-${{ env.PKG_DATE }}-osx-x86_64.tar.gz
name: app-${{ env.PKG_DATE }}-osx-${{env.ARCHITECTURES}}.tar.gz
path: build/linux.tar.gz

0 comments on commit 32fe406

Please sign in to comment.