Skip to content

Commit

Permalink
Actions tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz182 committed Jul 1, 2022
1 parent 803adf1 commit b2635f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build test and release
on:
push:
tags:
- 'V*'
- '*'

jobs:
build:
Expand Down Expand Up @@ -31,11 +31,6 @@ jobs:
run: dotnet test --no-restore --verbosity normal
- name: Publish
run: dotnet publish
- name: Upload WebApp1 Build Artifact
uses: actions/upload-artifact@v2
with:
name: DuetMQTT
path: bin/Debug/net6.0/linux-arm/publish/
- uses: montudor/action-zip@v1
with:
args: zip -qq -r release.zip bin/Debug/net6.0/linux-arm/publish/
Expand Down

0 comments on commit b2635f9

Please sign in to comment.