Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathna Natarajan committed Oct 13, 2021
1 parent fc37bdd commit 8512aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/odata-v3-converter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
msbuild.exe converter/odata/OdataSwaggerConverter.sln -property:Configuration=Release
- name: Create Archive
run: |
7zip a odataconverter.zip converter/odata/Release/
7z a odataconverter.zip converter/odata/Release/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 8512aaf

Please sign in to comment.