Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniels Satcs committed Jan 2, 2024
1 parent 13a69ec commit 6c5e2ac
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: winterjung/split@v2
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -43,10 +43,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: winterjung/split@v2
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -70,10 +70,10 @@ jobs:
needs: [build-linux, build-windows]
steps:
- uses: winterjung/split@v2
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
id: split
with:
msg: ${{ github.ref_name }}
separator: '/'
- uses: actions/download-artifact@v3
with:
path: artifacts
Expand Down

0 comments on commit 6c5e2ac

Please sign in to comment.