Skip to content

Commit

Permalink
easy-release-mac-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Feb 9, 2024
1 parent 9ff4176 commit 45f8ff2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/compile-mac-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
- name: Run build
run: |
./easy-compile-mac-arm
./easy-release-mac-arm
- name: Archive Folder
uses: actions/upload-artifact@v2
with:
name: artifact
path: ${{github.workspace}}/paintown
path: ${{github.workspace}}/*.tar.gz

publish-release:
needs: build
Expand All @@ -31,15 +32,6 @@ jobs:
name: artifact
path: ${{github.workspace}}

- name: Run release
run: |
./easy-release-mac-arm
- name: List files
run: |
cd ${{github.workspace}}
find . -name "*.tar.gz"
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 45f8ff2

Please sign in to comment.