Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed May 14, 2024
1 parent 4e6543b commit dfd73db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: fstar-vscode-assistant
path: |
*.vsix
fstar-language-server-*.js
Expand All @@ -61,6 +62,8 @@ jobs:

- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: fstar-vscode-assistant

- name: Azure workload identity federation login
uses: azure/login@v2
Expand Down

0 comments on commit dfd73db

Please sign in to comment.