Skip to content

Commit

Permalink
fucking indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang authored Mar 8, 2024
1 parent 696f1fb commit 6f8cee8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,30 @@ jobs:
${{ matrix.os == 'windows-latest' && 'target/cubiomes-*-windows64.jar' || '' }}
release:
name: Release
needs: build
runs-on: ubuntu-latest
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-Linux
path: ubuntu
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-macOS
path: macos
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-Windows
path: windows
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
ubuntu/*.jar
name: Release
needs: build
runs-on: ubuntu-latest
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-Linux
path: ubuntu
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-macOS
path: macos
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Package-Windows
path: windows
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
ubuntu/*.jar
macos/*.jar
windows/*.jar
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6f8cee8

Please sign in to comment.