Skip to content

Commit

Permalink
Remove redundant platform folder
Browse files Browse the repository at this point in the history
They get released on seperate workers, making the need to categorize them moot
  • Loading branch information
sr229 authored Aug 27, 2021
1 parent f6b8fbf commit 6616b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:

- name: Build
run: |
dotnet publish Vignette.Desktop/Vignette.Desktop.csproj -c Release -o ./release/${{ matrix.os.runtime }} -r ${{ matrix.os.runtime }} --self-contained true -p:Version=${{ needs.variables.outputs.version }}
7z a -tzip Vignette.${{ needs.variables.outputs.version }}-${{ matrix.os.runtime }}.zip release/${{ matrix.os.runtime }}/*
dotnet publish Vignette.Desktop/Vignette.Desktop.csproj -c Release -o ./release -r ${{ matrix.os.runtime }} --self-contained true -p:Version=${{ needs.variables.outputs.version }}
7z a -tzip Vignette.${{ needs.variables.outputs.version }}-${{ matrix.os.runtime }}.zip release/*
- name: Stage Artifact for AppCenter
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6616b06

Please sign in to comment.