Browse Source

fix up environment

master
BT 5 years ago
committed by GitHub
parent
commit
17996b6dda
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -18,9 +18,9 @@ jobs:
run: ls -la
- name: Release Image to placeholder or release
uses: meeDamian/github-release@v1.0.0
allow_override: true
if: startsWith(github.ref, 'refs/tags/')
with:
gzip: false
files: "*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
allow_override: true

Loading…
Cancel
Save