Merge pull request #109 from ninxsoft/feature-iso8601-dateformat #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Build Package | |
# on: push | |
# jobs: | |
# build_pkg: | |
# runs-on: macos-latest | |
# steps: | |
# - name: Checkout | |
# uses: actions/checkout@v1 | |
# # - name: Install Luggage | |
# # run: | | |
# # mkdir -p /usr/local/share/luggage | |
# # cp luggage/luggage.make /usr/local/share/luggage/luggage.make | |
# # cp luggage/prototype.plist /usr/local/share/luggage/prototype.plist | |
# - name: make pkg | |
# run: | | |
# sudo make pkg |