Browse Source

update release action

pull/113/head 2.1.0
Jelle van Snik 3 years ago
parent
commit
3bbdfe8e80
  1. 3
      .github/workflows/deploying.yml

3
.github/workflows/deploying.yml

@ -56,6 +56,9 @@ jobs: @@ -56,6 +56,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Download artifact
uses: actions/download-artifact@v2
with:

Loading…
Cancel
Save