Skip to content

Commit

Permalink
Merge pull request #7 from Songtronix/songtronix/fix-releasesFix CI r…
Browse files Browse the repository at this point in the history
…eleases
  • Loading branch information
Songtronix committed Feb 2, 2020
2 parents 763c245 + 0776071 commit 2e2df3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 158 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
- name: MSI Installer
run: cargo wix --no-build --nocapture -n client --install-version ${{ steps.vars.outputs.version }}
- name: proper naming
run: ren target/wix/client-${{ steps.vars.outputs.version }}-x86_64.msi airshipper-${{ steps.vars.outputs.version }}-x86_64.msi
run: |
Remove-Item –path airshipper-${{ steps.vars.outputs.version }}-x86_64.msi
ren target/wix/client-${{ steps.vars.outputs.version }}-x86_64.msi airshipper-${{ steps.vars.outputs.version }}-x86_64.msi
# Upload artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down
157 changes: 0 additions & 157 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 2e2df3c

Please sign in to comment.