Skip to content

Commit

Permalink
WIP: CI RELEASE DEBUG NO PUBLISH
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 17, 2024
1 parent 48e1ffa commit b32fab9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,17 @@ jobs:
echo "::set-output name=yak_path::$(find yaker/build -name '*.yak')"
shell: bash

# print the variable to see if it's correct
- name: Print VSIX artifact path
run: |
echo ${{ steps.get_vsix_path.outputs.vsix_path }}
shell: bash

- name: Print YAK artifact path
run: |
echo ${{ steps.get_yak_path.outputs.yak_path }}
shell: bash


# - name: Upload .vsix artifact
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit b32fab9

Please sign in to comment.