Skip to content

Commit

Permalink
Change naming scheme of builds, closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-c committed Apr 17, 2020
1 parent fdd7c70 commit 5704160
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 361 deletions.
10 changes: 0 additions & 10 deletions .github/actions/get-time/action.yml

This file was deleted.

326 changes: 0 additions & 326 deletions .github/actions/get-time/dist/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions .github/actions/get-time/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions .github/actions/get-time/package-lock.json

This file was deleted.

8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,14 @@ jobs:
with:
name: build

- name: Get Time
id: time
uses: ./.github/actions/get-time

- name: Create Release
id: create_release
uses: actions/create-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: nightly-${{ steps.time.outputs.time }}
release_name: Nightly Build (${{ steps.time.outputs.time }})
tag_name: build-${{ github.run_number }}
release_name: Build ${{ github.run_number }}
draft: false
prerelease: false

Expand Down

0 comments on commit 5704160

Please sign in to comment.