Skip to content

Commit

Permalink
Add back in other OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tate-CC committed Oct 15, 2021
1 parent 1053d21 commit ba8d984
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc
cross: false
#- build: linux
#os: ubuntu-latest
#rust: stable
#target: x86_64-unknown-linux-musl
#cross: false
# - build: arm-v7
# os: ubuntu-latest
# rust: stable
# target: armv7-unknown-linux-gnueabihf
# linker: gcc-arm-linux-gnueabihf
# cross: true
# - build: aarch64
# os: ubuntu-latest
# rust: stable
# target: aarch64-unknown-linux-gnu
# linker: gcc-aarch64-linux-gnu
# cross: true
#- build: macos
#os: macos-latest
#rust: stable
#target: x86_64-apple-darwin
#cross: false
- build: linux
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
cross: false
# - build: arm-v7
# os: ubuntu-latest
# rust: stable
# target: armv7-unknown-linux-gnueabihf
# linker: gcc-arm-linux-gnueabihf
# cross: true
# - build: aarch64
# os: ubuntu-latest
# rust: stable
# target: aarch64-unknown-linux-gnu
# linker: gcc-aarch64-linux-gnu
# cross: true
- build: macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
cross: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -143,12 +143,12 @@ jobs:
shasum -a 256 $ASSET_NAME > $CHECKSUM_PATH
;;
esac
#uses: softprops/action-gh-release@v1
#if: startsWith(github.ref, 'refs/tags/')
#with:
#files: |
#${{ env.ASSET_PATH }}
#${{ env.CHECKSUM_PATH }}
#env:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ env.ASSET_PATH }}
${{ env.CHECKSUM_PATH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba8d984

Please sign in to comment.