Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
reset all
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jan 24, 2020
1 parent 3e6bb4b commit 8590a2f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: archive Release
run: 7za a ./release.zip './publish/*'
- uses: ncipollo/release-action@v1
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
with:
artifacts: release.zip
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: ./publish
- name: 'Run Azure webapp deploy action using publish profile credentials'
uses: azure/webapps-deploy@v1
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
with:
app-name: EhTagConnector
publish-profile: ${{ secrets.AzureWebAppPublishProfile }}
Expand Down
22 changes: 0 additions & 22 deletions .vscode/launch.json

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit 8590a2f

Please sign in to comment.