Skip to content

Commit

Permalink
Omit some outputs from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Apr 24, 2021
1 parent 664990a commit 2c0e62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/fg3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Gradle build
id: gradle
run: ./gradlew setupActionsOutputs clean build
env:
CI: yes
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.gradle.outputs.forgehax-version }}
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ task copyJar(type: DefaultTask, dependsOn: [setGameDir]) {
}

task setupActionsOutputs() {
println 'GitHub Actions outputs'
println "::set-output name=mc-version::${minecraftVersion}"
println "::set-output name=forgehax-tag::${forgehaxTag}"
println "::set-output name=forgehax-version::${forgehaxVersion}"
Expand Down

0 comments on commit 2c0e62c

Please sign in to comment.