From edefe58b0c15d088325fde3f7f2b1ce68f526c2a Mon Sep 17 00:00:00 2001
From: braheezy <11700503+braheezy@users.noreply.github.com>
Date: Tue, 14 May 2024 14:07:54 -0700
Subject: [PATCH] remove upx on Windows

---
 .github/workflows/ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c846ffa..9d450e7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,11 +26,6 @@ jobs:
       - name: Build
         run: go build -v .
 
-      - name: Run UPX
-        uses: crazy-max/ghaction-upx@v3
-        with:
-          files: goqoa.exe
-
       - name: Go Test
         run: go test -v ./...