Skip to content

Commit

Permalink
Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSal committed Apr 13, 2024
1 parent ca65ac5 commit 3c49912
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm i -g vsce

- name: Publish
run: vsce package --no-yarn
run: vsce package --no-yarn -o php-sculptor-${{ github.ref_name }}.vsix

- name: Release
uses: actions/create-release@v1
Expand All @@ -39,8 +39,6 @@ jobs:
- name: Artifacts
uses: softprops/action-gh-release@v1
with:
files: |
app/build/outputs/apk/release/app-release-unsigned.apk
other/files/as/needed
files: /home/runner/work/php-sculptor/php-sculptor/php-sculptor-${{ github.ref_name }}.vsix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c49912

Please sign in to comment.