Spelling mistake

This commit is contained in:
Keval Kapdee
2024-03-28 16:50:05 +00:00
parent c06626663e
commit 8caad2ae5a
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Build - name: Build
run: cargo build --release --features ${{ matrix.features }} run: cargo build --release --features ${{ matrix.features }}
- name: Create archive - 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 - name: Upload to release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: