Skip to content

Commit

Permalink
removed old nt deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosMyName committed Feb 21, 2023
1 parent 0a1fa42 commit 65197b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
name: ${{ runner.os }} Build
path: |
build/*.exe
build/*.bin
build/*.app/**/*
build/*
- name: Release
uses: ncipollo/release-action@main
Expand All @@ -70,5 +69,4 @@ jobs:
generateReleaseNotes: false
artifacts: |
build/*.exe
build/*.bin
build/*.app/**/*
build/*
74 changes: 0 additions & 74 deletions .github/workflows/deploy_nt.yml

This file was deleted.

0 comments on commit 65197b8

Please sign in to comment.