Skip to content

Commit

Permalink
Rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Gasior committed May 16, 2024
1 parent c88625c commit cf84abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/store-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Store contract artifacts
on:
push:
branches:
- add-workflow-to-store-artifacts
- main

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
make build-dockerized
- name: Print out files
- name: Prepare files to be uploaded
run: |
find artifacts
mkdir tmp-artifacts-to-upload
Expand Down

0 comments on commit cf84abb

Please sign in to comment.