diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-10 11:02:51 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-10 11:02:51 -0700 |
commit | 758520fe6b59d3330dec80ac07d05282d36e0058 (patch) | |
tree | 934bd71f1fd4a3ed236fa7a5c9a4b9a84209881b /.github | |
parent | 5bfe68ea7f7e90e3cb1c3101360cf959b336a857 (diff) | |
download | sncontinue-758520fe6b59d3330dec80ac07d05282d36e0058.tar.gz sncontinue-758520fe6b59d3330dec80ac07d05282d36e0058.tar.bz2 sncontinue-758520fe6b59d3330dec80ac07d05282d36e0058.zip |
fix: :green_heart: one last test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 03855b64..242d5a4e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -183,7 +183,7 @@ jobs: - name: Upload .vsix a second time uses: actions/upload-artifact@v2 with: - name: vsix-artifact + name: vsix-artifact-2 path: extension/build # - name: Publish |