Compare commits

...

4 Commits

Author SHA1 Message Date
e12c76293b AAAAAAAH 2025-03-08 18:28:28 +00:00
858b683fc3 AAAAAH 2025-03-08 18:21:00 +00:00
94343d8382 AAAAAH 2025-03-08 18:17:12 +00:00
44b8e54f37 Grr 2025-03-08 18:11:48 +00:00
2 changed files with 15 additions and 11 deletions

View File

@ -12,7 +12,7 @@ env:
BIN_NAME: mcrizzledizzle
PROJECT_NAME: mcrizzledizzle
REPO_NAME: illegitimate-egg/mcrizzledizzle
BREW_TAP: jondot/homebrew-tap
# BREW_TAP: jondot/homebrew-tap
jobs:
dist:
@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
@ -122,7 +122,7 @@ jobs:
with:
submodules: false
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
# with:
# path: dist
# - run: ls -al ./dist
@ -180,14 +180,14 @@ jobs:
run: |
printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
- uses: mislav/bump-homebrew-formula-action@v1
with:
formula-path: ${{env.PROJECT_NAME}}.rb
homebrew-tap: ${{ env.BREW_TAP }}
download-url: "https://github.com/${{ env.REPO_NAME }}/releases/download/${{ steps.extract-version.outputs.tag-name }}/${{env.PROJECT_NAME}}-${{ steps.extract-version.outputs.tag-name }}-x86_64-macos.tar.xz"
commit-message: updating formula for ${{ env.PROJECT_NAME }}
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
# - uses: mislav/bump-homebrew-formula-action@v1
# with:
# formula-path: ${{env.PROJECT_NAME}}.rb
# homebrew-tap: ${{ env.BREW_TAP }}
# download-url: "https://github.com/${{ env.REPO_NAME }}/releases/download/${{ steps.extract-version.outputs.tag-name }}/${{env.PROJECT_NAME}}-${{ steps.extract-version.outputs.tag-name }}-x86_64-macos.tar.xz"
# commit-message: updating formula for ${{ env.PROJECT_NAME }}
# env:
# COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
#
# you can use this initial file in your homebrew-tap if you don't have an initial formula:
# <projectname>.rb

View File

@ -3,6 +3,10 @@ name = "mcrizzledizzle"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "mcrizzledizzle"
path = "src/main.rs"
[dependencies]
ctrlc = "3.4.5"
flate2 = "1.0.30"