Skip to content

Commit

Permalink
Update osx-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code authored Jun 27, 2024
1 parent a16f65b commit 1a16dcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/osx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
ls -al
gem install rake
rake build
# - name: "Upload Artifact- osx x86_64"
# uses: actions/upload-artifact@v3
# with:
# name: app-${{ env.PKG_DATE }}-osx-x86_64.tar.gz
# path: build/linux.tar.gz
- name: "Upload Artifact- osx x86_64"
uses: actions/upload-artifact@v3
with:
name: app-${{ env.PKG_DATE }}-osx-x86_64.tar.gz
path: build/linux.tar.gz

0 comments on commit 1a16dcb

Please sign in to comment.