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 14, 2021
1 parent 50940d9 commit e1f6f4d
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 @@ -29,7 +29,7 @@ jobs:
env:
working_dir: ${{github.workspace}}
run: |
7z a odataconverter.zip env:working_dir\converter\odata\bin\Release\* src
7z a odataconverter.zip $env:working_dir\converter\odata\bin\Release\* src
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit e1f6f4d

Please sign in to comment.