Merge pull request #3 from fscarmen/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
commit 20845bd4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wiguard-tools.yml

@ -19,7 +19,7 @@ jobs:
run: mkdir build
- name: compile binary for windows
run: deno compile --allow-read --allow-write --allow-run --allow-env --unstable --target x86_64-pc-windows-msvc --output ./build/wg-quick ./src/wg-quick.ts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: wg-quick
path: build/wg-quick.exe

Loading…
Cancel
Save