Skip to content

Commit

Permalink
Clarify artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Sep 13, 2023
1 parent 5538cb8 commit 4879c13
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:

- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: build/libs/

- name: Read gradle.properties
uses: BrycensRanch/read-properties-action@v1
Expand Down Expand Up @@ -74,10 +72,10 @@ jobs:
game-version-filter: releases
java: 8
files: |
build/libs/!(*-@(dev|sources|javadoc)).jar
build/libs/*-@(dev).jar
build/libs/*-@(sources).jar
build/libs/*-@(javadoc).jar
artifact/!(*-@(dev|sources|javadoc)).jar
artifact/*-@(dev).jar
artifact/*-@(sources).jar
artifact/*-@(javadoc).jar
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 4879c13

Please sign in to comment.