Skip to content

Commit

Permalink
Make artifacts dir hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
astrsh committed Jun 11, 2022
1 parent 94ca4eb commit 9f43187
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tag_name: v${{ env.version }}
body_path: ${{ env.release_changelog }}
files: |
artifacts/*
.artifacts/*
- name: Release latest
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -60,4 +60,4 @@ jobs:
prerelease: false
title: "Latest Build"
files: |
artifacts/*
.artifacts/*
4 changes: 2 additions & 2 deletions .scripts/pack.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

mkdir artifacts
zip -r ./artifacts/overworld.zip *
mkdir .artifacts
zip -r ./.artifacts/overworld.zip *
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


### Changed

- Made artifacts directory hidden

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pack.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.2.7
version: 0.2.8

0 comments on commit 9f43187

Please sign in to comment.