Skip to content

Commit

Permalink
tst2
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Dec 31, 2023
1 parent 85b8dda commit c3b32e3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,14 @@ jobs:
needs: [ build-macos ]
# if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/prod' || github.event.base_ref == 'refs/heads/dev')
steps:
- name: Check out files
uses: actions/checkout@v4
# - name: Check out files
# uses: actions/checkout@v4

- name: Download Binaries
uses: actions/download-artifact@v3
with:
path: artifacts

- name: List Binaries
run: ls -la
run: ls -la

# - name: Create Release
# uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit c3b32e3

Please sign in to comment.