Skip to content

Commit

Permalink
fix syntax erro
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Oct 9, 2024
1 parent 9f44152 commit 14372f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vendored-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- name: Vendor dependencies
run: |
go get
go mod vendor
tar cvf vib-vendored-deps.tar.xz *
go mod vendor
tar cvf vib-vendored-deps.tar.xz *
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Name: Vendored Sources
path: vib-vendored-deps.tar.xz
Name: Vendored Sources
path: vib-vendored-deps.tar.xz

- name: Upload a Release Asset
if: github.repository == 'Vanilla-OS/Vib'
Expand Down

0 comments on commit 14372f2

Please sign in to comment.