From 8caad2ae5a21711f8993ecab8f8e82efcea1d4e4 Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Thu, 28 Mar 2024 16:15:33 +0000 Subject: [PATCH] Spelling mistake --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c98dc19..bb8f799 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Build run: cargo build --release --features ${{ matrix.features }} - name: Create archive - run: tar czf pacdef-${{ matrix.features }}.tar.gz target/release/pacdef LICENCE README.md + run: tar czf pacdef-${{ matrix.features }}.tar.gz target/release/pacdef LICENSE README.md - name: Upload to release uses: softprops/action-gh-release@v1 with: