chore(ci): re-enable Discord notification for builds

This commit is contained in:
Jagandeep Brar
2022-04-01 18:10:23 -04:00
parent 00c9dffeb3
commit ea5fdd06e9
3 changed files with 17 additions and 6 deletions

View File

@@ -54,13 +54,10 @@ jobs:
uses: snapcore/action-build@v1
id: build
- name: Prepare Folder
run: |
mkdir -p ${{ github.workspace }}/output
- name: Move Snap
working-directory: ${{ github.workspace }}
run: |
mkdir -p ${{ github.workspace }}/output
mv ${{ steps.build.outputs.snap }} ${{ github.workspace }}/output/LunaSea-Linux-amd64.snap
- name: Upload Artifact