Skip to content

Commit

Permalink
fix extension names
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWeird committed Nov 9, 2021
1 parent 2fdb81f commit f27a5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,4 @@ jobs:
automatic_release_tag: ${{ github.ref_name }}
prerelease: false
title: ${{ github.ref_name }}
files: 'gh-echo*'
bumpupextension:
runs-on: ubuntu-latest
needs: publish
steps:
- uses: actions/checkout@v2
with:
repository: DarkWeird/gh-echojava
ref: master
token: ${{github.token}}
- name: set release version
run: |
echo '${{ github.ref_name }}' > tag
files: 'gh-echo*'
2 changes: 1 addition & 1 deletion gh-echojava → gh-echo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extensionPath="$(dirname "$0")"

tag=v0.1.8
imagename="gh-echo"
repo="DarkWeird/gh-echo-example"
repo="DarkWeird/gh-echo"
arch="$(uname -m)"

exe=""
Expand Down

0 comments on commit f27a5de

Please sign in to comment.