Skip to content

Commit

Permalink
ci: update pre-release.yml (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork authored Apr 5, 2021
1 parent a16e00e commit 35c31a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build ZIP file
run: |
mkdir ./${{ env.BUILD_DIR_NAME }}
zip -r ./${{ env.BUILD_DIR_NAME }}/${{ env.RELEASE_ZIP_NAME }} ./A32NX/
zip -r ./${{ env.BUILD_DIR_NAME }}/${{ env.RELEASE_ZIP_NAME }} ./flybywire-aircraft-a320-neo/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 35c31a2

Please sign in to comment.