Skip to content

Commit

Permalink
add Release
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l committed Oct 16, 2024
1 parent 6024111 commit 2d88b29
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name: Release MibypassTool
name: Release mibypass

on:
push:
paths:
- MiBypassTool.py
pull_request:
paths:
- MiBypassTool.py
workflow_dispatch:

env:
VERSION: mibypass

jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Check GitHub CLI version
run: gh --version

- name: List files
run: ls -al

- name: Upload Release
run: |
gh release upload ${{ env.VERSION }} ./MiBypassTool.py --clobber
gh release upload mibypass ./MiBypassTool.py --clobber
env:
GITHUB_TOKEN: ${{ secrets.MIBYPASSTOOL }}

0 comments on commit 2d88b29

Please sign in to comment.