Skip to content

Commit

Permalink
chore: fixed approval workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Sep 13, 2023
1 parent d040ed4 commit be916bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 355 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/desktop-app-cd-nightly-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ jobs:
name: Leapp-${{ steps.release.outputs.TAG_VERSION }}-win.zip
path: packages/desktop-app/release/Leapp-${{ steps.release.outputs.TAG_VERSION }}-win.zip

- name: Upload to Slack
uses: adrey/slack-file-upload-action@master
with:
token: ${{ secrets.SLACK_TOKEN }}
path: packages/desktop-app/release/Leapp-${{ steps.release.outputs.TAG_VERSION }}-win.zip
channel: nightly-builds

build-linux:
runs-on: ubuntu-latest
needs: [ build-and-release-core-and-cli, generate-build-identifier ]
Expand Down Expand Up @@ -177,13 +170,6 @@ jobs:
name: Leapp-${{ steps.release.outputs.TAG_VERSION }}.AppImage
path: packages/desktop-app/release/Leapp-${{ steps.release.outputs.TAG_VERSION }}.AppImage

- name: Upload to Slack
uses: adrey/slack-file-upload-action@master
with:
token: ${{ secrets.SLACK_TOKEN }}
path: packages/desktop-app/release/Leapp-${{ steps.release.outputs.TAG_VERSION }}.AppImage
channel: nightly-builds

build-macos-x64:
runs-on: macos-latest
needs: [ build-and-release-core-and-cli, generate-build-identifier ]
Expand Down
341 changes: 0 additions & 341 deletions .github/workflows/desktop-app-cd-nightly-dev.yml

This file was deleted.

0 comments on commit be916bf

Please sign in to comment.