Skip to content

Commit 0c431ff

Browse files
Merge pull request #92 from AzureAD/release-workflow
Fix windows archive errors
2 parents 05f4704 + 12e7921 commit 0c431ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ jobs:
147147
- name: Install Zip
148148
run: sudo apt install -y zip
149149
- name: Create win10-x64 archive
150-
run: |
151-
cd azureauth-${{ github.event.inputs.version }}-win10-x64
152-
zip ../azureauth-${{ github.event.inputs.version }}-win10-x64.zip *
150+
run: zip -r azureauth-${{ github.event.inputs.version }}-win10-x64.zip azureauth-${{ github.event.inputs.version }}-win10-x64
153151
- name: Upload win10-x64 artifact
154152
uses: actions/upload-artifact@v3
155153
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## [0.3.1] - 2022-06-06
8+
## [0.3.1] - 2022-06-07
99
### Fixed
1010
- Fixed a bug where the tenant and resource ids were swapped in the telemetry events.
1111

0 commit comments

Comments
 (0)