Skip to content

Commit

Permalink
Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Nov 19, 2023
1 parent 40da0c6 commit be62f27
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,12 @@ jobs:
shell: cmd

- name: Zipping All
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.1
with:
files: Output/
dest: MetaAudio-windows-x86.zip

- uses: actions/upload-artifact@v3
with:
name: MetaAudio
path: ${{ github.workspace }}/Output/MetaAudio-windows-x86.zip
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -72,11 +72,16 @@ jobs:
shell: cmd

- name: Zipping All
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.1
with:
files: Output/
dest: MetaAudio-windows-x86.zip

- uses: actions/upload-artifact@v3
with:
name: MetaAudio
path: ${{ github.workspace }}/Output/MetaAudio-windows-x86.zip

- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit be62f27

Please sign in to comment.