Skip to content

Commit

Permalink
chore: adding needed path
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery committed Aug 4, 2023
1 parent d879885 commit fc0b029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

name: Upload VSIX
jobs:
dryrun-publish:
upload-vsix:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -26,4 +26,5 @@ jobs:
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
with:
name: openfga-latest.vsix
path: ./
if-no-files-found: error

0 comments on commit fc0b029

Please sign in to comment.