Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Tries to fix windows zip in action
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jun 21, 2021
1 parent b83358a commit 004f6c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
# Pack files WINDOWS
7z a -tzip "farmr-${{ env.version }}-windows-${{ matrix.architecture }}.zip" "./*.exe" "./config ./blockchain"
7z a -tzip "farmr-${{ env.version }}-windows-${{ matrix.architecture }}.zip" "./*.exe" "./config" "./blockchain"
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion environment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ environment_config:
fields: # set of fields for command
version: # key name
const: true # optional, default to TRUE
default: 1.4.1dev1 # optional, default value for key, if not provided key will be required during command run
default: 1.4.1dev2 # optional, default value for key, if not provided key will be required during command run
dotenv: true # optional, default to FALSE, if this field should be added to .env file

2 changes: 1 addition & 1 deletion farmrbot_discord

0 comments on commit 004f6c7

Please sign in to comment.