Skip to content

Commit

Permalink
Fix CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Feb 4, 2024
1 parent 49d7763 commit 55f7dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Create archives
run: |
7z a cmm-${{ github.ref_name }}-linux.zip ${{ github.workspace }}/src/bin/cmm
7z a cmm-${{ github.ref_name }}-windows.zip ${{ github.workspace }}/src/bin/cmm.exe
7z a cmm-${{ github.ref_name }}-linux.zip ${{ github.workspace }}/cmm
7z a cmm-${{ github.ref_name }}-windows.zip ${{ github.workspace }}/cmm.exe
pushd mods/portal_stories
7z a cmm-${{ github.ref_name }}-portal_stories.zip -x'!resource' -x'!scripts'
pushd
popd
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 55f7dca

Please sign in to comment.