Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Mar 30, 2022
1 parent 5c588fc commit 00216b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
go get -u && go mod tidy
go build -o rest-server
- name: Create Zip
run: |
zip -r /tmp/rest-server-${{ github.run_number }}.zip rest-server
run: |
zip -r /tmp/rest-server-${{ github.run_number }}.zip rest-server
- name: Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 00216b1

Please sign in to comment.