diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5653378..5a061ce 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -45,8 +45,8 @@ jobs: # A personal access token for the GitHub repository in which the release will be created and edited. # It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`. repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/Git History Crawler Setup 1.1.34 - asset_name: Git History Crawler v1.1.34 + file: dist/Git History Crawler Setup 1.1.35 + asset_name: Git History Crawler v1.1.35 tag: ${{ github.ref }} overwrite: true body: Try Git History Crawler on Linux (Tested on Ubuntu) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/windows.yml similarity index 89% rename from .github/workflows/npm-publish-github-packages.yml rename to .github/workflows/windows.yml index 731666d..25004b3 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/windows.yml @@ -45,10 +45,10 @@ jobs: # A personal access token for the GitHub repository in which the release will be created and edited. # It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`. repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/Git History Crawler Setup 1.1.34.exe - asset_name: Git History Crawler v1.1.34.exe + file: dist/Git History Crawler Setup 1.1.35.exe + asset_name: Git History Crawler v1.1.35.exe tag: ${{ github.ref }} overwrite: true - body: Try Git History Crawler on ${{ matrix.os }} + body: Try Git History Crawler on Windows \ No newline at end of file