Skip to content

Commit

Permalink
Setup bucket test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 20, 2024
1 parent 56f8cde commit f6d8d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go run mage.go -v GenerateEnvFile
- name: Create bucket
if: ${{ github.event_name == "push" }}
if: github.event_name == 'push'
run: go run mage.go -v MakeBucket

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f6d8d90

Please sign in to comment.