summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-23 23:31:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-23 23:31:23 +0100
commitd3c998ed96adb070e5dfe38c5fac812d503c890a (patch)
treeee003d1a2e339c30e865990c39fa32cff3fb804d /.github
parente69d46383fd29378f5d1b3a39f92a2a67a85f1f8 (diff)
downloadengarde-importer-d3c998ed96adb070e5dfe38c5fac812d503c890a.tar.gz
engarde-importer-d3c998ed96adb070e5dfe38c5fac812d503c890a.tar.bz2
engarde-importer-d3c998ed96adb070e5dfe38c5fac812d503c890a.zip
Enguarde -> Engarde
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a898d96..1df3513 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,12 +42,12 @@ jobs:
run: go vet ./...
- name: Release Build (Linux)
- run: go build -ldflags '-s -w' -o bin/enguarde-importer
+ run: go build -ldflags '-s -w' -o bin/engarde-importer
env:
GOOS: windows
- name: Release Build (Windows)
- run: go build -ldflags '-s -w -H=windowsgui' -o bin/enguarde-importer.exe
+ run: go build -ldflags '-s -w -H=windowsgui' -o bin/engarde-importer.exe
env:
GOOS: windows
@@ -56,7 +56,7 @@ jobs:
id: update-release
with:
token: ${{ secrets.GITHUB_TOKEN }}
- files: bin/enguarde-importer bin/enguarde-importer.exe
+ files: bin/engarde-importer bin/engarde-importer.exe
tag: release