Skip to content

Commit

Permalink
Debugging macos action.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Mar 5, 2024
1 parent aeaa75a commit ed4c42b
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/macpkg.yml → .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Publish
on:
push:
branches:
- macos
branches: [ "macos" ]
pull_request:
branches:
- master
- develop
branches: [ "master" ]

jobs:
macos:
name: Publish macos
macos-build:
runs-on: macos-latest
steps:
- name: Checkout
Expand All @@ -27,7 +24,6 @@ jobs:
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
find /usr/local/lib/node_modules/npm -delete
brew upgrade
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/lib3270"
Expand All @@ -40,14 +36,4 @@ jobs:
fileName: "macos-libv3270.tar.xz"
- name: build
run: ./mac/ci-build.sh
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.gettag.outputs.tag }}
artifacts: "macos-pw3270.tar.xz"
allowUpdates: true
draft: true
makeLatest: true
omitBody: true
omitPrereleaseDuringUpdate: true
replacesArtifacts: true

0 comments on commit ed4c42b

Please sign in to comment.